angular/packages/platform-server/test
Andrew Kushnir 5fce27d63f fix(core): produce an error when incremental hydration is expected, but not configured (#61741)
This commit updates runtime logic to produce an error when there are some `@defer` blocks with `hydrate` triggers, but the incremental hydration is not enabled via `withIncrementalHydration()`. Previously the check was only detecting the case when `withIncrementalHydration()` is present on the server, but missing on the client. With the change in this commit, the check would be performed on the server as well.

PR Close #61741
2025-05-30 11:14:22 -04:00
..
BUILD.bazel build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07:00
dom_utils.ts build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07:00
event_replay_spec.ts build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07:00
full_app_hydration_spec.ts build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07:00
hydration_utils.ts build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07:00
incremental_hydration_spec.ts fix(core): produce an error when incremental hydration is expected, but not configured (#61741) 2025-05-30 11:14:22 -04:00
integration_spec.ts build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07:00
transfer_state_spec.ts refactor(platform-server): switching to relative imports within the platform-server package (#60559) 2025-03-27 18:31:51 +00:00