https://github.com/souvikbasu/angular-upgrade
Demo projects to upgrade AngularJS app to Angular
https://github.com/souvikbasu/angular-upgrade
Last synced: 2 months ago
JSON representation
Demo projects to upgrade AngularJS app to Angular
- Host: GitHub
- URL: https://github.com/souvikbasu/angular-upgrade
- Owner: souvikbasu
- License: mit
- Created: 2017-04-25T07:49:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T21:17:12.000Z (about 8 years ago)
- Last Synced: 2025-01-08T17:54:55.268Z (4 months ago)
- Language: TypeScript
- Size: 1.71 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```