amrudesh-santhanam / rxjs-trial-02

Simple RxJs trial to replace Promise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxJs Trial: 02


A simple RxJs trial to replace Promises. Demonstrates how Observable can be disposed too.

single-async.js handles a single async process. multiple-async.js takes 3 async processes and waits for all to complete before calling complete.

Installation

npm install

Running

npm start (runs both)

About

Simple RxJs trial to replace Promise


Languages

Language:JavaScript 100.0%