What are the advantages of using Angular 2 over Angular 1
Angular 2 is a platform not only a language:
- Better Speed and Performance: No $Scope in Angular 2, AOT
- Simpler Dependency Injection
- Modular, cross platform
- Benefits of ES6 and Typescript.
- Flexible Routing with Lazy Loading Features
- Easier to Learn