https://github.com/arjuntheprogrammer/angular2
https://github.com/arjuntheprogrammer/angular2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjuntheprogrammer/angular2
- Owner: arjuntheprogrammer
- License: mit
- Created: 2017-06-06T10:46:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T12:12:37.000Z (almost 9 years ago)
- Last Synced: 2025-01-26T20:29:55.647Z (about 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular QuickStart Source
Angular pratice by cloning quickstart app from angular,
and making
"tour of heroes"
app from https://angular.io/docs/ts/latest/tutorial/.
Steps:
- git clone https://github.com/angular/quickstart my-proj
- cd my-proj
- npm install
- npm start