This is an upgraded Angular2 PhoneCat application from AngularJS. The application was upgraded following the steps outlined in:
https://angular.io/docs/ts/latest/guide/upgrade.html#!#phonecat-upgrade-tutorial
Please refer to my blog listing the additional steps that one needs to execute get a fully working application after every major step.
https://basutech.wordpress.com/2017/02/03/angular2-upgrade/
- Get Node.js.
- Install the tool dependencies:
npm install
- Run
npm run tscto transpile the ts files to js - Run
npm start - Navigate your browser to http://localhost:8000/
For more information on Angular, please check out