angular/packages/platform-server/test
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
..
BUILD.bazel refactor(core): restructure hydration test files (#58196) 2024-10-14 14:26:26 -07:00
dom_utils.ts test(platform-server): fix flaky hydration test (#59579) 2025-01-17 10:30:51 +01:00
event_replay_spec.ts fix(core): cleanup _ejsa when app is destroyed (#59492) 2025-01-16 13:56:28 -08:00
full_app_hydration_spec.ts fix(core): check whether application is destroyed before printing hydration stats (#59716) 2025-01-29 08:43:34 -08:00
hydration_utils.ts docs: update license URL from angular.io to angular.dev and year of license to 2025 (#59407) 2025-01-09 10:27:54 -05:00
incremental_hydration_spec.ts fix(core): fixes test timer-based test flakiness in CI (#59674) 2025-01-22 13:27:05 -08:00
integration_spec.ts refactor(core): reuse setupStaticAttributes in ComponentRef (#59572) 2025-01-17 09:59:59 -08:00
transfer_state_spec.ts refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00