Angular 9 is latest iteration of popular framework. It comes with many exciting features. Some of the features are listed below.
- New compiler, In angular 9 Ivy is the default compiler.
- Bundle size in angular 9 is reduced upto 30% all thanks to new Ivy rendering engine.
- ViewChild decorator no longer required to pass static parameter as it is false by default in angular 9.
- AOT is enabled for development mode also. That means now app will use Ahead of time compiler for development mode as well.
- Support for latest Typescript version 3.7.
- Allowed better debugging options.
- Better ng upgrade.
If any project need to upgrade to angular 9 then use Angular Update Guide to upgade your angular project to latesr version.
Comments
Post a Comment