@angular/core/rxjs-interop

takeUntilDestroyed

function
Developer preview

Operator which completes the Observable when the calling context (component, directive, service, etc) is destroyed.

takeUntilDestroyed(
destroyRef?: DestroyRef
): MonoTypeOperatorFunction<T>;
Jump to details