Play Rxjs6 Examples in VS Code
Setup development environment
-
Install Visual Studio Code
-
Git Clone Source Code
git clone https://github.com/HK-Zhang/Rxjs6-Example.git
-
Install NPM package
npm install
-
Change app.ts as below to debug a particular piece of code
let rxjsMethod = "takewhile";
-
Ctrl + Shit + B to build the whole project
-
Press F5 to debug and check result at DEBUG CONSOLE
Rxjs Example List
- Combination
- Conditional
- Creation
- ErrorHandle
- Filter
- Multicasting