Why Angular 2?


Angular JS 2! Is that much important to learn? Why?

AngularJS became a huge success in web world. Making complex applications by writing Java Script  code has become possible using Angular. However, older version 1 had lot of problems and now 2 has become star. Also you could use TypeScript to take full advantage of Angular2.

Why Angular 2

  1. It is very fast. We will get best performance.
  2. Portable and relies on all new features of modern web browsers and its standards.
  3. Have more control on CSS and HTML. 
  4. Design pattern can be integrate and can write easy to maintain code.
Language Choices

While writing Angular2 you can use any of below languages as per your wish. Most of developers prefer TypeScript and it has many advantages.
  1. ES5
  2. ES6
  3. TypeScript - Superset of ES6/JavaScript. Provides better code structure. Extension is .ts
  4. Dart

Comments