DEV Community

Anil Singh
Anil Singh

Posted on

What's New in Angular 9?

Angular 9 is the smaller, faster, and easier to use and it will be making Angular developers life easier. The fully version of Angular 9 will be released in the month of October/November 2019.

Added Angular 9 Features -

  1. Added undecorated classes migration schematic in the core.
  2. The formControlName also accepts a number in the form
  3. Now allow selector-less directives as base classes in View Engine in the compiler.
  4. Added support selector-less directive as base classes in Ivy and also make the Ivy compiler the default for ngc.
  5. Convert all ngtsc diagnostics to ts.Diagnostics

Explore in detail-
https://www.code-sample.com/2019/08/whats-new-in-angular-9-angular-9-new.html

Top comments (1)

Collapse
 
teclogiq profile image
Sanjay Patel

The angular team is more focused on Ivy in the new version of angular. Here I have explained medium.com/@teclogiqs/angular-9-wh...