Reputation: 1532
I just noticed that the Angular 4 beta was released, but cannot find much info on it. I'm making an app in Angular 2 right now and am kind of scared that Angular 4 is what I should be using.
What are the differences? Why did the team skip Angular 3, or have I just been living under a rock?
Upvotes: 33
Views: 20810
Reputation: 1745
@angular/core
, @angular/compiler
, @angular/router
etc are in the same repo and may have their own versions.Upvotes: 43
Reputation: 673
Because they wanted to sync the angular version with the angular router version. Angular will have a new version release every six months but Angular 4 will be backwards compatible with Angular 2/ https://www.gurustop.net/newsletter/19
Upvotes: 10