Skip to main content

What is different in angular 8 in compare to angular 9





What’s New In Angular 8:

Feature 1.     Angular 8 was Released on April/May 2019.
Feature 2.     Next-gen Renderer for Angular Framework Shipment of pre-compiled code  Compilation without the need of Metadata.json Meta programming.
Feature 3.     Added Web Workers.
Feature 4.     Added Lazy Loading.
Feature 5.     Improvement in ng-upgrade.
Feature 6.     Added Support for Node 10.
Feature 7.     Improvements on CLI workflow.
Feature 8.     Upgrading Angular Material.
Feature 9.     Added TypeScript 3.4 support.
Feature 10. Added Differential Modern JavaScript Loading.
Feature 11. Improved Web Worker Bundling.
Feature 12. Added a Navigation Type Available during Navigation in the Router.
Feature 13. Added pathParams Or QueryParamsChange mode for runGuards And Resolvers in the Router.
Feature 14. Allow passing state to routerLink Directives in the Router.
Feature 15. Allow passing state to NavigationExtras in the Router.
Feature 16. Restore whole object when navigating back to a page managed by Angular Router.
Feature 17. Added support for SASS.
Feature 18. Resolve generated Sass/Less files to .css inputs.
Feature 19. Added Angular Router Backward Compatibility.
Feature 20. Enhanced Web Worker Bundling.

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