Modern Web Dev
Angular is a complete rewrite, so disgregard anything you know from 1.x
(AngularJS). Along with ES2015 (formerly ES6) and TypeScript, Angular
brings many best practices and conveniences from backend languages to the
frontend. Along with that, other key benefits:
- Angular CLI - standardized and powerful command line functions
- Intellisense - text editor IDE support
- Native - Build native desktop and mobile apps
- Animation - more powerful web animations
- Lazy loading - load one web component per time for optimization
- Performance - incredibly improved overall speed and performance