Skip to main content

Posts

Showing posts with the label angular 8 github

Angular 8 vs Angular 7 - What Are Differences in Angular 9 and 8, 7, 6, 5, 4, 2?

Angular Versioning Angular version numbers indicate the level of changes that are introduced by the release. This article will help you understand the differences between these versions. What’s New In Angular 9: 1.       Angular 9 Released October/November 2019 2.       Added undecorated classes migration schematic in the core. 3.       The formControlName also accepts a number in the form 4.       Now allow selector-less directives as base classes in View Engine in the compiler. 5.       Added support selector-less directive as base classes in Ivy and also make the Ivy compiler the default for ngc. 6.       Convert all ngtsc diagnostics to ts.Diagnostics 7.       Added bazel - support ts_library targets as entry-points for ng_package. 8.       Added core - add dyna...