Play Rxjs6 Examples in VS Code

Setup development environment

  1. Install Visual Studio Code

  2. Git Clone Source Code

    • git clone https://github.com/HK-Zhang/Rxjs6-Example.git
  3. Install NPM package

    • npm install
  4. Change app.ts as below to debug a particular piece of code

let rxjsMethod = "takewhile";
  1. Ctrl + Shit + B to build the whole project

  2. Press F5 to debug and check result at DEBUG CONSOLE


Rxjs Example List

  1. Combination
  2. Conditional
  3. Creation
  4. ErrorHandle
  5. Filter
  6. Multicasting