Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between angular 4 and 6

Are there any features in Angular 4 that are now obsolete in Angular 6? Or in other words can I use angular 6 library in my application and use all of Angular 4 functionalities in it. I'm new to Angular framework and just wondering should I start with Angular 6 directly or should I first read Angular 4.

like image 777
Mohammed Khan Avatar asked Jan 27 '23 07:01

Mohammed Khan


1 Answers

Depending on the functionalities that your app has. The differences from Angular 2 to Angular 6 are very small, the main difference was made between Angular 1 or now known as AngularJS and the new Angular (2-6). The differences between all Angular versions are insignificant to the general developer, as they are very small, or there are new ways of doing things, but 99% of the old ones also work.

like image 116
Ivo Kostovski Avatar answered Jan 31 '23 23:01

Ivo Kostovski