- Switching to Angular(Third Edition)
- Minko Gechev
- 168字
- 2021-07-02 15:23:27
Introducing the One Angular
Angular is a framework for application development. Its main focus is to provide a solid foundation for the development of the user interface of our applications.
One of the core primitives that the framework provides is its powerful dependency injection mechanism which allows us to easily control the relations between the individual building blocks of our code. Angular's obviously fast change detection provides a way to synchronize the views of our application with the current state of the data model. Being completely transparent to developers, the change detection knows exactly when the model has changed and performs the minimum set of operations in order to reflect the update in the view.
Being able to extend the valid HTML, Angular's templates with custom elements allow us to use a declarative Domain Specific Language (DSL) to express the structure of the user interface of our application and its bindings to the model.
Angular was inspired for all these ideas and many others by its predecessor, AngularJS.
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- 單片機應用技術
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- 小程序開發原理與實戰
- Apache Mahout Clustering Designs
- HTML5開發精要與實例詳解
- Arduino機器人系統設計及開發
- JavaScript編程精解(原書第2版)
- The Statistics and Calculus with Python Workshop
- Getting Started with JUCE
- Mastering Object:Oriented Python(Second Edition)
- 讀故事學編程:Python王國歷險記
- Android開發權威指南(第二版)
- Getting Started with Hazelcast
- Spark for Data Science