Skip to content

erostefano/rxjs-operators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxjs-firstSteps

First steps in RxJS with exercises and solutions. Here will you see how to combine and use some basic operators on observables.

Get started

Install Node.js and npm https://nodejs.org/en/ and check if the installation went well

node -v
npm -v

To use RxJS code you need to run this

npm install

Then you can run the code by this

node ./solutions/0-exercise.js 

About

First steps with Observables, Subjects and Operator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published