angular/packages/core
arturovt 79ae35577e fix(core): check whether application is destroyed before initializing event replay (#59789)
In this commit, we check whether the application is destroyed before initializing event replay. The application may be destroyed before it becomes stable, so when the `whenStable` resolves, the injector might already be in a destroyed state. As a result, calling `injector.get` would throw an error indicating that the injector has already been destroyed.

PR Close #59789
2025-03-05 14:43:47 -08:00
..
global refactor(docs-infra): use interpolation instead of innerHTML for better perf (#58913) 2024-11-27 10:59:18 +01:00
primitives refactor(core): Remove the optional flag from Injector and all casts. (#60154) 2025-03-05 13:43:59 -08:00
rxjs-interop test(core): clean up explicit standalone flags from tests (#60062) 2025-02-24 11:27:44 -05:00
schematics docs: update license year (#59883) 2025-03-04 19:36:47 +00:00
src fix(core): check whether application is destroyed before initializing event replay (#59789) 2025-03-05 14:43:47 -08:00
test refactor(core): Remove the optional flag from Injector and all casts. (#60154) 2025-03-05 13:43:59 -08:00
testing fix(core): Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#60104) 2025-02-26 11:56:18 -05:00
BUILD.bazel refactor(core): Move getCurrentInjector/setCurrentInjector to primitives package. (#60090) 2025-02-28 18:47:08 +00:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
package.json fix(core): added @angular/compiler as a peer dependency (#55610) 2025-03-04 22:06:59 +00:00
PACKAGE.md
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00