Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfonso-presa/angular2-es5-sample
Simple example of using angular2 with es5
https://github.com/alfonso-presa/angular2-es5-sample
Last synced: 3 months ago
JSON representation
Simple example of using angular2 with es5
- Host: GitHub
- URL: https://github.com/alfonso-presa/angular2-es5-sample
- Owner: alfonso-presa
- Created: 2015-07-26T19:23:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T16:00:28.000Z (over 9 years ago)
- Last Synced: 2024-04-15T00:44:12.289Z (9 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What's this
This is a sample project showing how to use Angular 2 with ES5.
It includes:
* New Router sample
* Http service sample
## Running
Clone this repo and from inside it's folder run
```bash
npm install -g http-server
hs
```Open `http://localhost:8080` in your browser to see the results.