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

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

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)