angular/packages/core/rxjs-interop/src
Alex Rickabaugh e883198460 feat(core): implement takeUntilDestroyed in rxjs-interop (#49154)
This commit implements an RxJS operator `takeUntilDestroyed` which
terminates an Observable when the current context (component, directive,
etc) is destroyed. `takeUntilDestroyed` will inject the current `DestroyRef`
if none is provided, or use one provided as an argument.

PR Close #49154
2023-03-30 09:44:38 -07:00
..
from_observable.ts feat(core): prototype implementation of @angular/core/rxjs-interop (#49154) 2023-03-30 09:44:38 -07:00
from_signal.ts feat(core): prototype implementation of @angular/core/rxjs-interop (#49154) 2023-03-30 09:44:38 -07:00
index.ts feat(core): implement takeUntilDestroyed in rxjs-interop (#49154) 2023-03-30 09:44:38 -07:00
take_until_destroyed.ts feat(core): implement takeUntilDestroyed in rxjs-interop (#49154) 2023-03-30 09:44:38 -07:00