- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 225字
- 2021-08-27 19:57:33
Angular
AngularJS (https://angularjs.org) (version 1.x) is a client-side MVVM framework, maintained by Google, which helps to develop Single Page Applications (SPA). It is based on a declarative programming model and it extends standard HTML with the ability to add additional behavior, elements, and attributes through directives.
Angular (https://angular.io)(version 2 and above) is a complete rewrite of the framework and hence is not backward compatible with AngularJS. Angular is written in TypeScript and recommends the use of TypeScript to write Angular applications as well. Angular removed some of the concepts that were used in AngularJS such as scope, controller, factory, and so on. It also has a different syntax for binding attributes and events. Another major difference is that the Angular library is modular and hence you can choose the modules that you need, to reduce bundle size. Angular also introduced advanced concepts such as AOT (Ahead of Time Compilation), lazy loading, reactive programming, and so on.
- Go語言高效編程:原理、可觀測性與優化
- MongoDB for Java Developers
- Ext JS Data-driven Application Design
- Web Development with Django Cookbook
- Python金融數據分析
- Python Geospatial Development(Second Edition)
- Hadoop+Spark大數據分析實戰
- Scala編程實戰(原書第2版)
- OpenGL Data Visualization Cookbook
- Python深度學習原理、算法與案例
- 詳解MATLAB圖形繪制技術
- 汽車人機交互界面整合設計
- OpenCV with Python Blueprints
- Node.js區塊鏈開發
- 嵌入式C編程實戰