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
- Host: GitHub
- URL: https://github.com/marckassay/demoofpauseableobservable
- Owner: marckassay
- License: mit
- Created: 2017-09-26T17:44:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T01:13:46.000Z (about 8 years ago)
- Last Synced: 2025-03-18T08:14:19.852Z (7 months ago)
- Topics: gulp, rxjs, typescript
- Language: TypeScript
- Homepage:
- Size: 4.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```