Skip to content

tb/angular2-reactive-examples

Repository files navigation

Angular2 reactive examples

Demo

http://tb.github.io/angular2-reactive-examples/

Quick start

# install the dependencies
$ npm i

# start the server
$ npm start

go to http://localhost:3000 in your browser.

GitHub Search example

  • search GitHub with term, page and per_page using Observable streams
  • handle API errors
  • 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

License

MIT