Operator which makes the application unstable until the observable emits, completes, errors, or is unsubscribed.
pendingUntilEvent
MonoTypeOperatorFunction<T>Operator which makes the application unstable until the observable emits, completes, errors, or is unsubscribed.
Use this operator in observables whose subscriptions are important for rendering and should be included in SSR serialization.
Injector | undefinedThe Injector to use during creation. If this is not provided, the current injection context will be used instead (via inject).
MonoTypeOperatorFunction<T>Description
Operator which makes the application unstable until the observable emits, completes, errors, or is unsubscribed.
Use this operator in observables whose subscriptions are important for rendering and should be included in SSR serialization.