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

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

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.