I tried to learn but not getting clear about the same. So anyone please send me the valuable links or points for the Angular 9 new features?
3 Answers
Added Angular 9 Features -
Added undecorated classes migration schematic in the core.
The formControlName also accepts a number in the form
- Now allow selector-less directives as base classes in View Engine in the compiler.
- Added support selector-less directive as base classes in Ivy and also make the Ivy compiler the default for ngc.
- Convert all ngtsc diagnostics to ts.Diagnostics
- bazel: support ts_library targets as entry-points for ng_package.
- core: add dynamic queries schematic.
- core: Mark TestBed.get as deprecated.
- ivy: expose window.ng.getDebugNode helper and also support ng-add in localize package.
- ivy: i18n – add syntax support for $localize metadata block.
- ivy: i18n – reorganize entry-points for better reuse.
- language-service: enable logging on TypeScriptHost.
- language-service: provide diagnostic for invalid templateUrls.
- language-service: provide diagnostics for invalid styleUrls.
Explore in Great detail What's New in Angular 9? Angular 9 New Features

- 897
- 9
- 9
-
Before you post an answer make you the aren't posted already. I posted it before you. – Patricio Vargas Oct 22 '19 at 05:01
-
1ok, will keep in mind for the future. – Sheo Sagar Oct 22 '19 at 05:05
-
great answer, thank for quick you response. – Anil Singh Oct 22 '19 at 05:24
Top 5 New Features of Angular 9 -
-Added undecorated classes migration schematic in the core.
-The formControlName also accepts a number in the form
-Now allow selector-less directives as base classes in View Engine in the compiler.
-Added support selector-less directive as base classes in Ivy and also make the Ivy compiler the default for ngc.
-Convert all ngtsc diagnostics to ts.Diagnostics
https://www.quora.com/Whats-new-in-angular-9
Following fixes in Ivy:
downsides of using Ivy in Angular?
To learn more about other feature and breaking changes:

- 5,236
- 11
- 49
- 100
The Ivy Compiler is the main feature of this release. Clearly the most insteresting change!

- 1,081
- 2
- 20
- 27
-
1You can already use Ivy, but it comes with some bug fixes on Angular 9 https://angular.io/guide/ivy – Patricio Vargas Oct 22 '19 at 05:03
-
1