Skip to content

jibay/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

About

Angular2 reactive examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.0%
  • TypeScript 30.7%
  • HTML 10.2%
  • CSS 0.1%