Skip to content

chsakell/rxjs-in-angular

Repository files navigation

ReactiveX Operators in Angular - Playground

About

Multiple examples using the most used RxJS operators with Angular.

GitHub Logo

Installation / Development server

  1. npm install
  2. npm start
  3. navigate to http://localhost:4200/

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Contribution

Feel free to contribute and add your own examples in the project. Just fork the repo and send me a pull request. Make sure your example follows the same patterns having the following 3 tabs:

  • Example tab: this is where you describe the use of an RxJS operator using Angular Material 2 components
  • About tab An iframe with link to operator's documentation
  • Sample code tab: the most important code lines for your example (syntax highlight is already supported in the project)

GitHub Logo

Follow chsakell's Blog

Facebook Twitter
Microsoft Web Application Development
facebook twitter-small

License

Code released under the MIT license.