An open API service indexing awesome lists of open source software.

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

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
```