https://github.com/crissdev/angular2-es6-dynamic
Trying to make a simple app with Angular2 and SystemJS
https://github.com/crissdev/angular2-es6-dynamic
Last synced: 7 months ago
JSON representation
Trying to make a simple app with Angular2 and SystemJS
- Host: GitHub
- URL: https://github.com/crissdev/angular2-es6-dynamic
- Owner: crissdev
- License: mit
- Created: 2015-04-29T08:28:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T13:56:55.000Z (over 10 years ago)
- Last Synced: 2025-02-21T23:23:24.091Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular2-es6-dynamic
> Trying to make a simple app with Angular2
### Run the sample
```sh
git clone https://github.com/crissdev/angular2-es6-dynamic.git
npm install
npm start
```