Monday, 2 April 2018

What are different features in Angular versions 1x, 2x and 5x


AngularJS
  • MVW = Model+View+Whatever ; MVC based architecture

Angular 2x , 4x
  • Modern and Fast
  • Highy scalable
  • Complete Re-write of v1
  • Web components based architecture
  • Written in TS
  • Hierarchical dependency injection
  • Reduced bundle size
  • Animation module is moved out to a separate
  • Support if/else
  • Support email validator

Angular 5x
  • Easy to build Progressive web apps - PWA (Mobile app feel)
  • Updated HttpClient
  • Internationalized number/date/currency pipes
  • Type checking
  • Better error msg
  • New router lifecycle events

No comments:

Post a Comment

Note: only a member of this blog may post a comment.