Latest web development tutorials

AngularJS2 Tutorial

AngularJS2 is an open source JavaScript library, maintained by Google, to assist single page application is running.

AngularJS2 is an upgraded version Angular 1.x to obtain significantly improved performance, well supported Web development components.

AngularJS2 released in September 2016, which is based ES6 to development.


Learn the basics of this tutorial needed

Before this tutorial, you need to have the basic foundation of the front end: HTML, CSS, JavaScript. In addition, you also need to understand the NPM and TypeScript.


The difference Angular2.x and Angular1.x

Difference Angular2.x and Angular1.x similar Java and JavaScript or that is the difference with the Lei Feng Pagoda, so when learning Angular2.x we need to do to prepare my heart to relearn a language.


Operating conditions!

Due to the current environmental (browser or Node) is not supported ES6 code, so take some shim and polyfill (IE required) let ES6 write code that can be converted to ES5 normal form and can be run in a browser.

As can be seen from the chart requires the following module loader at Es5 browser:

  • systemjs - Universal Module Loader, support for AMD, JS module CommonJS, ES6 other formats loaded.

  • es6-module-loader - ES6 module loader, systemjs will automatically load the module.

  • traceur - ES6 transcoder, the ES6 code into the current browser support ES5 codes, systemjs will automatically load the module.


Related Documents