Angular Migration Tutorial App
A project to show how to migrate angular 1 application to angular 2 step by step.
Usage
Execute below commands:
- npm install
- bower install
- typings install
- If typings is not installed, install it by executing command
npm i -g typings
- If typings is not installed, install it by executing command
- gulp serve
Test
For TDD
- gulp tdd
For single time test
- gulp test