Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 273 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 273 Bytes

How to Upgrade AngularJS 1.x project to Angular >= 2

There are several sample projects here that shows an incremental step to upgrade AngularJS 1.x project to Angular 2

To run the projects

Go to the numbered folder (e.g. 1-ng1)

npm install
gulp
npm start