mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| from_observable.ts | ||
| from_signal.ts | ||
| index.ts | ||
| take_until_destroyed.ts | ||