- 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.
- 一步一步學Spring Boot 2:微服務項目實戰
- 企業級Java EE架構設計精深實踐
- Photoshop智能手機APP UI設計之道
- PostgreSQL 11從入門到精通(視頻教學版)
- Kotlin Standard Library Cookbook
- TypeScript項目開發實戰
- Flutter跨平臺開發入門與實戰
- Windows Embedded CE 6.0程序設計實戰
- Mastering Web Application Development with AngularJS
- 從零開始學Android開發
- Puppet 5 Beginner's Guide(Third Edition)
- Django 2.0 入門與實踐
- Slick2D Game Development
- Java程序設計基礎教程
- Web前端開發全程實戰:HTML5+CSS3+JavaScript+jQuery+Bootstrap