An open API service indexing awesome lists of open source software.

https://github.com/marckassay/demoofpauseableobservable

Demo using RxJS with pauseable Observables
https://github.com/marckassay/demoofpauseableobservable

gulp rxjs typescript

Last synced: 3 months ago
JSON representation

Demo using RxJS with pauseable Observables

Awesome Lists containing this project

README

          

# DemoOfNgPauseableObservable
Another spin-off project to focus development using RxJS to create 2
joined Observables that can be paused and continued.

## Instructions
To install and run, execute the same or similar commands for your OS
and manually open dist/index.html file:

```powershell
E:\> git clone https://github.com/marckassay/DemoOfPauseableObservable.git
Cloning into 'DemoOfPauseableObservable'...
remote: Counting objects: 1567, done.
remote: Compressing objects: 100% (1157/1157), done.
remote: Total 1567 (delta 400), reused 1563 (delta 400), pack-reused 0
Receiving objects: 100% (1567/1567), 4.99 MiB | 3.69 MiB/s, done.
Resolving deltas: 100% (400/400), done.
E:\> sl .\DemoOfPauseableObservable\
E:\DemoOfPauseableObservable [master ≡]> npm install
npm WARN demoofpauseableobservable@1.0.0 No description
npm WARN demoofpauseableobservable@1.0.0 No repository field.

added 780 packages in 68.419s
E:\DemoOfPauseableObservable [master ≡ +0 ~1 -0 !]> gulp
[20:25:38] Using gulpfile E:\DemoOfPauseableObservable\gulpfile.js
[20:25:38] Starting 'copy-html'...
[20:25:38] Finished 'copy-html' after 33 ms
[20:25:38] Starting 'default'...
[20:25:42] 1847927 bytes written (1.42 seconds)
[20:25:42] Finished 'default' after 3.73 s

```