angular/packages/platform-server
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
..
init docs: fix missing alert block styles in the API reference (#59020) 2024-12-04 11:02:42 +01:00
src fix(platform-server): decouple server from animations module (#59762) 2025-01-29 10:52:18 -08:00
test fix(core): check whether application is destroyed before initializing event replay (#59789) 2025-03-05 14:43:47 -08:00
testing fix(platform-server): decouple server from animations module (#59762) 2025-01-29 10:52:18 -08:00
BUILD.bazel fix(platform-server): decouple server from animations module (#59762) 2025-01-29 10:52:18 -08:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
package.json fix(platform-server): decouple server from animations module (#59762) 2025-01-29 10:52:18 -08:00
PACKAGE.md docs: drop glossary links (#55044) 2024-03-28 13:02:50 -07:00
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00