- Switching to Angular(Third Edition)
- Minko Gechev
- 169字
- 2021-07-02 15:23:27
The new beginning
The team at Google, willing to take advantage of the most advanced technologies in Angular, decided to start with a solid, statically typed foundation in the face of TypeScript. On top of that, they considered variety of different ways for the improvement of Angular's performance in order to help developers deliver lightning fast experience to the users of our applications.
Given the learned lesson from AngularJS about the constantly evolving browser APIs, the Angular team developed the framework with a small core and a lot of different libraries surrounding it, providing extra features. This way, the framework's foundational APIs will be able to stay as immutable as possible and the entire infrastructure surrounding Angular's core will evolve following the well-defined release process of semantic versioning. You can see some of the modules developed around Angular core in the following figure:

We'll describe some of these modules in the upcoming chapters.
Before going any further, let's have an overview of what semantic versioning actually means.
- HornetQ Messaging Developer’s Guide
- Boost C++ Application Development Cookbook(Second Edition)
- MySQL 8 DBA基礎教程
- Web Development with Django Cookbook
- Monitoring Elasticsearch
- 從0到1:Python數據分析
- Visual FoxPro程序設計
- Spring Boot實戰
- Android系統下Java編程詳解
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Magento 2 Developer's Guide
- Python全棧開發:數據分析
- 微信小程序開發圖解案例教程:附精講視頻(第3版)
- Learning RxJava
- Java 開發從入門到精通