Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

azdanov/rxjs-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS v6 - example

Trying out rxjs v6 with typescript.

There are three function loadWithXhr, loadWithFetch and loadWithNative which implement ajax by using different rxjs capabilities.

Live

This is a good reference point to start out experimenting with RxJS on your own.

Setup

Parcel bundler was used for development and production. RxJS v6 is used as main the driver.

Implemented in TypeScript, with help of TSLint.

Usage

I've used yarn as a package manager, npm can be used as well.

yarn - install dependencies.

yarn run develop - start a local server on http://localhost:1234/ by using parcel.

yarn run build - build for production with a minified output.

License

MIT