angular/goldens/public-api/core
Andrew Scott 737b35b684 feat(core): Add destroyed property to EnvironmentInjector (#61951)
Similar to `DestroyRef`, this adds the `destroyed` property to
`EnvironmentInjector`. It also has the ability to register callbacks with
`onDestroy`, which throws if `destroyed` is already `true`.

This also omits the bit about whether those callbacks have executed
since I realized the property is set to `true` before executing the
callbacks.

PR Close #61951
2025-06-24 14:09:10 +00:00
..
primitives refactor(core): Delete createSignalTuple (#61907) 2025-06-06 13:46:16 +02:00
rxjs-interop refactor(core): rename loader parameter to stream for rxResource (#60919) 2025-04-23 19:34:50 +00:00
testing feat(core): support bindings in TestBed (#62040) 2025-06-17 11:49:27 +02:00
errors.api.md refactor(core): drop rxResource error messages (#61565) 2025-05-21 12:42:59 +00:00
global_utils.api.md feat(core): expose performance data in Chrome DevTools (#60789) 2025-04-14 11:12:55 -04:00
index.api.md feat(core): Add destroyed property to EnvironmentInjector (#61951) 2025-06-24 14:09:10 +00:00