Skip to content

gSchool/rxjsStuff

 
 

Repository files navigation

rxjs examples

This repo contains examples of components that use rxjs and rxjs related features such as intervals, observables, and ngrx store features.

install instructions

you must already have the angular cli installed. If not, do

npm install -g @angular/cli

node version used for this repo is 8.9.4 in order to match most frequently used node version of co-workers at Spectrum in early 2019. May need to be upgraded soon!

cd into project folder do

ng serve

nagivate to http://localhost:4200

view the live examples.

postscript

There are also other resources that can help you further conceptualize these topics. These resources are:

1.https://www.learnrxjs.io/learn-rxjs/operators

very good resource with jsFiddle examples that you can tweak on your own

  1. https://rxmarbles.com/

decent resource but should only IMO be used as a supplement to the first resource above. These examples only make sense when seeing the code in context.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.4%
  • HTML 15.1%
  • JavaScript 4.7%
  • SCSS 3.8%