Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.