Documentación RxJS
Documentación RxJS
Introducción
Instalación
chevron_right
Conceptos
Observables
Observador
Operadores
Planificadores
Sujetos
Suscripción
chevron_right
Testing
Tests de Canicas
Contribuir tests a RxJS
chevron_right
Operadores
chevron_right
Combinación
combineAll
combineLatest
concat
concatAll
exhaust
forkJoin
merge
mergeAll
race
startWith
withLatestFrom
zip
chevron_right
Condicionales
defaultIfEmpty
every
find
findIndex
isEmpty
chevron_right
Creación
ajax
defer
empty
from
fromEvent
fromEventPattern
fromFetch
generate
interval
of
range
throwError
timer
iif
chevron_right
Filtración
audit
auditTime
debounce
debounceTime
distinct
distinctUntilChanged
distinctUntilKeyChanged
elementAt
filter
first
ignoreElements
last
sample
sampleTime
single
skip
skipLast
skipUntil
skipWhile
take
takeLast
takeUntil
takeWhile
throttle
throttleTime
chevron_right
Gestión de Errores
catchError
retry
retryWhen
chevron_right
Multidifusión
multicast
publish
publishBehavior
publishLast
publishReplay
refCount
share
shareReplay
chevron_right
Transformación
buffer
bufferCount
bufferTime
bufferToggle
bufferWhen
concatMap
concatMapTo
exhaust
exhaustMap
expand
groupBy
map
mapTo
mergeMap
mergeMapTo
mergeScan
pairwise
partition
pluck
scan
switchMap
switchMapTo
window
windowCount
windowTime
windowToggle
windowWhen
chevron_right
Utilidad
tap
delay
delayWhen
dematerialize
materialize
observeOn
subscribeOn
timeInterval
timestamp
timeout
timeoutWith
toArray
chevron_right
Matemáticos y Agregación
count
max
min
reduce
chevron_right
Versión 6
Funcionalidades obsoletas
Migración
Operadores de tubería
API
Código de Conducta
Equipo
Lista de la API
Index
I
ArgumentOutOfRangeError
I
CompletionObserver
C
ConnectableObservable
I
EmptyError
I
ErrorObserver
T
FactoryOrValue
C
GroupedObservable
T
InteropObservable
I
MonoTypeOperatorFunction
I
NextObserver
C
Notification
E
NotificationKind
I
ObjectUnsubscribedError
C
Observable
T
ObservableInput
T
ObservableLike
T
ObservedValueOf
T
ObservedValuesFromArray
I
Observer
C
Operator
C
OperatorFunction
T
PartialObserver
C
Scheduler
I
SchedulerAction
I
SchedulerLike
I
Subscribable
T
SubscribableOrPromise
C
Subscriber
C
Subscription
I
SubscriptionLike
T
TeardownLogic
I
TimeInterval
I
TimeoutError
I
Timestamp
I
UnaryFunction
I
Unsubscribable
I
UnsubscriptionError
C
VirtualTimeScheduler
F
bindCallback
F
bindNodeCallback
K
config
F
identity
F
isObservable
F
noop
K
observable
F
onErrorResumeNext
F
pipe
K
queue
F
scheduled
Operadores
Combinación
F
combineAll
F
combineLatest
F
concat
F
concatAll
F
exhaust
F
forkJoin
F
merge
F
mergeAll
F
race
F
startWith
F
withLatestFrom
F
zip
Condicionales
F
defaultIfEmpty
F
every
F
find
F
findIndex
F
isEmpty
Creación
F
ajax
F
defer
F
empty
F
from
F
fromEvent
F
fromEventPattern
F
fromFetch
F
generate
F
iif
F
interval
F
of
F
range
F
throwError
F
timer
Filtración
F
audit
F
auditTime
F
debounce
F
debounceTime
F
distinct
F
distinctUntilChanged
F
distinctUntilKeyChanged
F
elementAt
F
filter
F
first
F
ignoreElements
F
last
F
sample
F
sampleTime
F
single
F
skip
F
skipLast
F
skipUntil
F
skipWhile
F
take
F
takeLast
F
takeUntil
F
takeWhile
F
throttle
F
throttleTime
Gestión de Errores
F
catchError
F
retry
F
retryWhen
Matemáticos y Agregación
F
count
F
max
F
min
F
reduce
Multidifusión
F
multicast
F
publish
F
publishBehavior
F
publishLast
F
publishReplay
F
refCount
F
share
F
shareReplay
Transformación
F
buffer
F
bufferCount
F
bufferTime
F
bufferToggle
F
bufferWhen
F
concatMap
F
concatMapTo
F
exhaust
F
exhaustMap
F
expand
F
groupBy
F
map
F
mapTo
F
mergeMap
F
mergeMapTo
F
mergeScan
F
pairwise
F
partition
F
pluck
F
scan
F
switchMap
F
switchMapTo
F
window
F
windowCount
F
windowTime
F
windowToggle
F
windowWhen
Utilidad
F
delay
F
delayWhen
F
dematerialize
F
materialize
F
observeOn
F
subscribeOn
F
tap
F
timeInterval
F
timeout
F
timeoutWith
F
timestamp
F
toArray
Sujetos
C
AsyncSubject
C
BehaviorSubject
C
ReplaySubject
C
Subject
Planificadores
K
animationFrame
K
asap
K
async
Ajax
I
AjaxError
I
AjaxRequest
C
AjaxResponse
I
AjaxTimeoutError
K
ajax
Fetch
F
fromFetch
WebSocket
C
WebSocketSubject
I
WebSocketSubjectConfig
F
webSocket
Testing
C
TestScheduler