- 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.
- OpenStack Cloud Computing Cookbook(Third Edition)
- Learning Python Web Penetration Testing
- Instant Node Package Manager
- MySQL數據庫管理實戰
- Ceph Cookbook
- Servlet/JSP深入詳解
- EPLAN實戰設計
- Linux命令行與shell腳本編程大全(第4版)
- Hands-On Automation Testing with Java for Beginners
- Flutter跨平臺開發入門與實戰
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- R Data Science Essentials
- Web程序設計:ASP.NET(第2版)
- INSTANT JQuery Flot Visual Data Analysis
- Flink核心技術:源碼剖析與特性開發