https://github.com/johnlindquist/ng-hackathon-starter
An Angular 2 starter project for the ng-hackathon
https://github.com/johnlindquist/ng-hackathon-starter
Last synced: over 1 year ago
JSON representation
An Angular 2 starter project for the ng-hackathon
- Host: GitHub
- URL: https://github.com/johnlindquist/ng-hackathon-starter
- Owner: johnlindquist
- Created: 2015-08-13T23:35:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T23:00:18.000Z (almost 11 years ago)
- Last Synced: 2025-03-17T11:11:15.341Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 16
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#ng-hackathon-starter
This simple project demonstrates:
* Template Syntax
* Events
* Routing
* Http
It uses the in-browser TypeScript compiler, so no tools are required. Just edit the .ts files.
Big thanks to @robwormald for help with using jspm to bundle up Angular 2 and the dependencies.