On Tuesday, October 24, 2017 at 8:40:43 AM UTC+2, Felix Christo wrote: > > Currently I am working on Angular 2. Whats s the diff btw angular 2 and 4? >
Better HttpClient (with proper interceptors), better animations, and depending on which 2, much better router. Which 2 do you have? FWIW upgrading should rarely cause any issues, it's pretty straight-forward, not many API breakages. But to check if something will break for you, go over the Changelog and see: https://github.com/angular/angular/blob/master/CHANGELOG.md. So just install 4.4 and try it. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
