Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Is difference between angular 7 and 8? [closed]

Actually, I want to know the actual differences of angular versions - 8 and 7 which were recently release the beta version.

I researched on the same but not able to understand the exact differences on these versions – angular 7 and 8.

like image 562
Paul Avatar asked Dec 11 '22 03:12

Paul


1 Answers

Angular 8 being smaller, faster and easier to use and it will make Angular developers life easier. Angular version numbers have three parts: major.minor.patch.

=> Added Support for TypeScript 3.2
=> Added a Navigation Type Available during Navigation in the Router
=> Added pathParamsOrQueryParamsChange mode for runGuardsAndResolvers in the Router
=> Allow passing state to routerLink Directives in the Router
=> Allow passing state to NavigationExtras in the Router
=> Restore whole object when navigating back to a page managed by Angular Router
=> Added support for SASS
=> Resolve generated Sass/Less files to .css inputs

The source from: https://www.code-sample.com/2018/05/angular-8-vs-angular-7-vs-angular-6.html

like image 103
Sheo Sagar Avatar answered Jan 06 '23 02:01

Sheo Sagar