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

https://github.com/tb/ng2-api-examples

Angular2 API services examples
https://github.com/tb/ng2-api-examples

Last synced: 6 months ago
JSON representation

Angular2 API services examples

Awesome Lists containing this project

README

          

# ng2-api-examples

[ng2-api](https://github.com/tb/ng2-api) Angular2 API services examples.

Based on [preboot/angular2-webpack](https://github.com/preboot/angular2-webpack) starter.

## Screenshots

### Posts Index
![Index](docs/index.png?raw=true "Index")

### Posts Edit
![Edit](docs/edit.png?raw=true "Edit")

## Running

git clone https://github.com/tb/ng2-api-examples
npm i
npm run server-api
npm run server
open http://localhost:8080

## License

MIT