Angular 2 Application Architecture

The new version of JavaScript, "EcmaScript 6" or "ES6", offers a number of new features that extend the power of the language. ES6 is not widely supported in today's browsers. To run the code on the browser, we will be using typescript transpilers to transpile.

  • Setup the environment for writing code of angular 2.0 with ES6 features.
  • Understand the features of ES6 and run examples with Babel transpiler.
  • Let’s use transpilers (Typescript/Babel) for transpiling ES6 code to ES5.

Complete and Continue