Writing an Application Using Typescript/ES5/ES6
Angular 2.0 is a language of the future, which can be written in different ways and can be compiled using different tools. Let’s unveil these ways of writing angular code. Now, after writing the Code in ES5 and ES6 with typescript, we now become aware of the role of typescript and ES6 in angular 2.0.
- Setup the environment for writing code in ES5 and ES6 and loaders configurations.
- Add the configuration for adding transpilers and loaders for our angular components and write Typescript Decorators with angular code in ES6.
- Use System JS or Web pack to run the application on the browser.