https://github.com/tb/angular2-reactive-examples
Angular2 reactive examples
https://github.com/tb/angular2-reactive-examples
Last synced: 12 months ago
JSON representation
Angular2 reactive examples
- Host: GitHub
- URL: https://github.com/tb/angular2-reactive-examples
- Owner: tb
- License: mit
- Created: 2016-03-13T10:05:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T20:27:28.000Z (over 10 years ago)
- Last Synced: 2025-04-28T01:46:21.504Z (about 1 year ago)
- Language: JavaScript
- Size: 4.71 MB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular2 reactive examples
## Demo
[http://tb.github.io/angular2-reactive-examples/](http://tb.github.io/angular2-reactive-examples/)
## Quick start
```bash
# install the dependencies
$ npm i
# start the server
$ npm start
```
go to [http://localhost:3000](http://localhost:3000) in your browser.
## GitHub Search example
- [x] search GitHub with term, page and per_page using Observable streams
- [x] handle API errors
- [x] loading indicator
- [ ] testing Observable streams
- [ ] update search, page and perPage in url
- [ ] pagination with ellipsis
- [ ] list style button
# Credits
Repository initiated with [Angular2 Webpack Starter](https://github.com/AngularClass/angular2-webpack-starter)
# License
[MIT](/LICENSE)