28
Oct 2016
Developing and Building an angular 2 project
Start angular2 application by using Typescript. Before start for angular2 make sure you have node.js and npm installed in your system. Official website for npm related information visit npm site. After successful installation of npm we need to install some typescript from below command.
npm install -g typescript
We need typescript knowledge before start angular2 development.