angular/packages/platform-server
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
..
init build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07:00
src build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00
test fix(core): produce an error when incremental hydration is expected, but not configured (#61741) 2025-05-30 11:14:22 -04:00
testing build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07:00
BUILD.bazel build: migrate platform-server to rules_js (#61589) 2025-05-22 11:35:55 -07: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): update min Node.js support to 20.19, 22.12, and 24.0 (#61499) 2025-05-20 14:15:13 +00: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