angular/packages/platform-server
arturovt cf9054248d fix(core): check whether application is destroyed before printing hydration stats (#59716)
In this commit, we check whether the application is destroyed before printing hydration stats. The application may be destroyed before it becomes stable, so when the `whenStableWithTimeout` 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 #59716
2025-01-29 08:43:34 -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): Warn user when transfer state happens more than once (#58935) 2024-12-12 14:47:28 -08:00
test fix(core): check whether application is destroyed before printing hydration stats (#59716) 2025-01-29 08:43:34 -08:00
testing refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
BUILD.bazel Revert "fix(platform-server): remove peer dependency on animations (#58997)" (#59051) 2024-12-04 19:11:12 +01:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
package.json Revert "fix(platform-server): remove peer dependency on animations (#58997)" (#59051) 2024-12-04 19:11:12 +01: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