Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanivefraim/angular-2.x-migration

This will be a demo project
https://github.com/yanivefraim/angular-2.x-migration

Last synced: 29 days ago
JSON representation

This will be a demo project

Awesome Lists containing this project

README

        

This is a demo project for upgrading to Angular 2.X using ngUpgrade (just started working on it, nothing but a super simple example, so far...

Installation & running:

npm install

jspm install

gulp

Project:

This is an Angular 1.X app with a list of items (ng1 directive). Each item is an Angular 2.0 component downgraded to ng1 (using ngUpgrade).

Future work:

1. Demonstrate integration of services ng1-2 ng2-1
2. Complex components/directives
3. Filters/Pipes
4. ?