Angular

Last Updated: 6/15/2023

Angular Version History

  • AngularJS introduced in 2010 as a javascript framework for building client applications - Become Popular
  • Framework was not desinged to meet the needs of modern application in mind - was very complex
  • Team rewrite the original framework in Typescript - Angular 2 - completely different framework
  • Angular consits few different libraries that are distributed as separate node packages via npm
@angular/core - 2.3
@angular/compiler - 2.3
@angular/http - 2.3
@angular/router - 3.3
  • @angular/router version was different from others - to align to same version no and avoid confusion
  • Angular release 4 instead of 3

Two Versions

  • AngularJS - first gen of angular written in javascript
  • Angular - 2 or later