Skip to main content

Angular 9 features

Angular 9 is latest iteration of popular framework. It comes with many exciting features. Some of the features are listed below.
  1. New compiler, In angular 9 Ivy is the default compiler.
  2. Bundle size in angular 9 is reduced upto 30% all thanks to new Ivy rendering engine.
  3. ViewChild decorator no longer required to pass static parameter as it is false by default in angular 9.
  4. AOT is enabled for development mode also. That means now app will use Ahead of time compiler for development mode as well.
  5. Support for latest Typescript version 3.7.
  6. Allowed better debugging options.
  7. 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