Operator which makes the application unstable until the observable emits, complets, errors, or is unsubscribed.
pendingUntilEvent
MonoTypeOperatorFunction<T>
Operator which makes the application unstable until the observable emits, complets, errors, or is unsubscribed.
Use this operator in observables whose subscriptions are important for rendering and should be included in SSR serialization.
@returns
MonoTypeOperatorFunction<T>
Description
Operator which makes the application unstable until the observable emits, complets, errors, or is unsubscribed.
Use this operator in observables whose subscriptions are important for rendering and should be included in SSR serialization.
Jump to details