Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yanivefraim/angular-2.x-migration
- Owner: yanivefraim
- License: mit
- Created: 2015-05-11T06:46:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T09:59:23.000Z (about 9 years ago)
- Last Synced: 2023-08-12T14:46:23.684Z (over 1 year ago)
- Language: JavaScript
- Size: 13.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. ?