angular/packages/core/src/hydration
Andrew Kushnir d10f2b29d7 refactor(core): use performance API for hydration-related features (#52288)
This commit adds a standard performance marker that can be viewed in Chrome dev tools and other tooling. See more info at https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark

PR Close #52288
2023-10-23 09:29:36 -07:00
..
annotate.ts refactor(core): adjust defer block behavior on the server (#51530) 2023-09-01 19:15:16 +00:00
api.ts refactor(core): use performance API for hydration-related features (#52288) 2023-10-23 09:29:36 -07:00
cleanup.ts refactor(core): adjust defer block behavior on the server (#51530) 2023-09-01 19:15:16 +00:00
compression.ts refactor(core): adding hydration for content projection (#49454) 2023-03-21 17:42:53 +01:00
error_handling.ts refactor(core): improve error message when dom node is not found (#49977) 2023-04-25 09:29:47 -07:00
interfaces.ts refactor(core): exclude disconnected nodes from hydration (#49471) 2023-03-22 10:04:56 -07:00
node_lookup_utils.ts refactor(core): handle empty projection slots within <ng-container> during hydration (#49920) 2023-04-19 14:26:43 +00:00
skip_hydration.ts refactor(core): check "skip hydration" condition only when hydration info is present (#52221) 2023-10-19 09:27:55 -07:00
tokens.ts refactor(core): Remove NG_DEV_MODE const (#49838) 2023-04-14 14:12:53 +00:00
utils.ts refactor(core): simplify hydration annotation key (#52207) 2023-10-16 11:25:57 +02:00
views.ts refactor(core): avoid an empty array allocation during hydration (#51917) 2023-09-27 09:22:48 -07:00