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
observable
Symbol.observable o una cadena "@@observable". Se utiliza para interop
Firma
const observable: any;
Recursos adicionales
Documentación oficial en inglés