mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
**Important note**: this is a first commit in a series of commits that will be needed to support non-destructive hydration. Stay tuned for further updates! This commit lays the foundation on top of which more hydration logic will be added in follow up PRs. This PR includes: * Initial serialization of hydration data * Data transfer of hydration annotations from server side to client * Accessing hydration info and populating internal data structures * Initial APIs (currently private) that enable hydration (in a tree-shakable manner) * Cleanup of annotations post hydration * Initial test infrastructure and basic test cases This commit does **not** expose any public APIs. They'll be exposed later, when more hydration logic is implemented to a state when it can cover most common use-cases. Co-authored-by: Jessica Janiuk <jessicajaniuk@google.com> Co-authored-by: Andrew Kushnir <akushnir@google.com> PR Close #49271 |
||
|---|---|---|
| .. | ||
| bundled-domino.d.ts | ||
| domino_adapter.ts | ||
| http.ts | ||
| location.ts | ||
| platform-server.ts | ||
| platform_state.ts | ||
| private_export.ts | ||
| server.ts | ||
| server_events.ts | ||
| server_renderer.ts | ||
| styles_host.ts | ||
| tokens.ts | ||
| transfer_state.ts | ||
| types.d.ts | ||
| utils.ts | ||
| version.ts | ||