Skip to main content

News feature in angular 9 in compare to angular 8

What’s New In Angular 9:

Feature 1.      Angular 9 Released in October/November 2019.!

Feature  2.      Now Its support Added undecorated classes migration schematic in the core.!

Feature  3.      Support The formControlName also accepts a number in the form.!
!
Feature  4.      Now Support  allow selector-less directives as base classes in View Engine in the compiler.!

Feature  5.      Added support selector-less directive as base classes in Ivy and also make the Ivy compiler the default for ngc.!

Feature  6.    Support  to  Convert all ngtsc diagnostics to ts.Diagnostics.!

Feature  7.     It also  Added bazel - support ts_library targets as entry-points for ng_package.!

Feature  8.     It also  Added core - add dynamic queries schematic.!

Feature  9.      It also Added core - Mark TestBed.get as deprecated.!

Feature  10. Support Added ivy- expose window.ng.getDebugNode helper and also support ng-add in localize package.!

Feature  11. Support Added ivy- i18n – add syntax support for $localize metadata block.!

Feature  12. Support Added ivy - i18n – reorganizes entry-points for better reuse.!

Feature  13. Support Enable logging on TypeScriptHost for language-service.!

Feature  14.Support  Provide diagnostic for invalid templateUrls for language-service.!

Feature  15. Its Provide diagnostics for invalid styleUrls for language-service.!

Feature  16.Its Update rxjs peerDependencies minimum requirement.!

Feature  17. Support ng-add in localize package.!

Feature 18. It also Allow retrieving synchronized analyzed NgModules.


Comments

Popular posts from this blog

Create module and component in angular by CLI

To create a component as part of a module you should ng g module newModule  to generate a module, cd newModule  to change directory into the  newModule  folder ng g component newComponent  to create a component as a child of the module.

Difference between full stack developer and minstack developer

 Full stack  Developer is that person who can develop client and server side applications like client means fronthand UI(html , CSS, angular materials , bootstrap etc) interface that communicate to server . Server means where handle the client request and create business logic and prepare the database that is server part . In simple and sort language server is a backhand  part. Who knows server side languages like java ,PHP , .net ,nodejs python etc  A minstack is that developer who knows only JavaScript. Based  application programmer like as nodejs, angularjs , mongodb expressjs , reactjs etc