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
- Host: GitHub
- URL: https://github.com/tb/ng2-api-examples
- Owner: tb
- License: mit
- Created: 2016-05-05T21:39:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T14:29:34.000Z (about 10 years ago)
- Last Synced: 2025-04-05T14:43:15.955Z (about 1 year ago)
- Language: JavaScript
- Size: 245 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### Posts 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