- Switching to Angular(Third Edition)
- Minko Gechev
- 292字
- 2021-07-02 15:23:31
Summary
In this chapter, we considered the main reasons behind the lack of backward compatibility between AngularJS and Angular. We saw that the design decisions implemented in Angular were fueled by two things: the evolution of the web and the evolution of the frontend development, with the lessons learned from the development of AngularJS applications.
In the first section, you learned why we need to use the latest version of the JavaScript language, why to take advantage of web components and web workers, and why it's not worth integrating all these powerful tools in AngularJS.
We observed the current direction of frontend development and the lessons learned in the last few years. We described why the controller and scope were removed from Angular, and why the architecture of AngularJS was changed in order to allow server-side rendering for SEO-friendly, high-performance, single-page applications. Another fundamental topic we took a look at was building large-scale applications, and how that motivated single-way data flow in the framework and the choice of the statically typed language, TypeScript.
In the next chapter, we will take a look at the main building blocks of an Angular application, how they can be used, and how they relate to each other. Angular reuses some of the naming of the concepts introduced by AngularJS, but generally changes the building blocks of our single-page applications completely. We'll make a quick introduction to modules, directives, components, the new router, pipes, and services, and describe how they could be combined for building classy, single-page applications.
You can download the example code files for this book from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files emailed directly to you.
- Go語言高效編程:原理、可觀測性與優(yōu)化
- C# Programming Cookbook
- 數(shù)據(jù)結(jié)構(gòu)(Java語言描述)
- 新編Premiere Pro CC從入門到精通
- HTML5+CSS3網(wǎng)站設(shè)計基礎(chǔ)教程
- PhoneGap Mobile Application Development Cookbook
- Java EE 8 Application Development
- C#實踐教程(第2版)
- Mastering openFrameworks:Creative Coding Demystified
- 深入淺出Go語言編程
- JavaScript+jQuery網(wǎng)頁特效設(shè)計任務(wù)驅(qū)動教程
- Lift Application Development Cookbook
- After Effects CC技術(shù)大全
- The Applied Data Science Workshop
- 基于JavaScript的WebGIS開發(fā)