Published
Edited
May 8, 2020
Importers
1 star
Insert cell
md`
# rxjs@6.5.5

> import { ... } from "@egman24/rxjs-6-5-5"

`
Insert cell
// https://unpkg.com/browse/rxjs@6.5.5/
// rxjs = import('rxjs')
// import { of } from 'https://unpkg.com/rxjs@6.5.5/bundles/rxjs.umd.js'
// rxjs = require('https://unpkg.com/rxjs@6.5.5/operators/index.js')
Insert cell
rxjs = import('rxjs@6.5.5/_esm5/index.js')
Insert cell
rxjsoperators = import('rxjs@6.5.5/_esm5/operators')
Insert cell
Observable = rxjs.Observable
Insert cell
animationFrameScheduler = rxjs.animationFrameScheduler
Insert cell
EMPTY = rxjs.EMPTY
Insert cell
of = rxjs.of
Insert cell
from = rxjs.from
Insert cell
interval = rxjs.interval
Insert cell
timer = rxjs.timer
Insert cell
concat = rxjs.concat
Insert cell
merge = rxjs.merge
Insert cell
forkJoin = rxjs.forkJoin
Insert cell
map = rxjsoperators.map
Insert cell
tap = rxjsoperators.tap
Insert cell
concatMap = rxjsoperators.concatMap
Insert cell
mergeMap = rxjsoperators.mergeMap
Insert cell
exhaustMap = rxjsoperators.exhaustMap
Insert cell
delay = rxjsoperators.delay
Insert cell
auditTime = rxjsoperators.auditTime
Insert cell
throttleTime = rxjsoperators.throttleTime
Insert cell
groupBy = rxjsoperators.groupBy
Insert cell
scan = rxjsoperators.scan
Insert cell
expand = rxjsoperators.expand
Insert cell
bufferTime = rxjsoperators.bufferTime
Insert cell
windowTime = rxjsoperators.windowTime
Insert cell
take = rxjsoperators.take
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more