angular/packages/core/rxjs-interop/src
arturovt e81ea0c3dd fix(core): unregister onDestroy in outputToObservable (#61882)
We should remove the `onDestroy` listener once subscription is unsubscribed because components might not be destroyed yet, but they still would capture subscribers.

PR Close #61882
2025-06-05 11:16:57 +02:00
..
index.ts refactor(core): remove microtask effect (#60234) 2025-03-06 12:48:55 -08:00
output_from_observable.ts docs(docs-infra): Add version of introduction for APIs (#60814) 2025-05-02 07:51:33 -07:00
output_to_observable.ts fix(core): unregister onDestroy in outputToObservable (#61882) 2025-06-05 11:16:57 +02:00
pending_until_event.ts refactor(core): drop injection context assertion in production (#61560) 2025-05-21 11:35:47 +00:00
rx_resource.ts refactor(core): use RefactorStreamItem type in rxResource (#59887) 2025-06-04 11:45:04 -04:00
take_until_destroyed.ts feat(core): Add destroyed property on DestroyRef (#61849) 2025-06-04 14:14:55 -04:00
to_observable.ts refactor(core): drop injection context assertion in production (#61560) 2025-05-21 11:35:47 +00:00
to_signal.ts fix(core): unregister onDestroy when observable errors in toSignal (#61596) 2025-06-04 09:36:41 -04:00