angular/packages/core/src/hydration
Andrew Kushnir 307f8eee2c fix(core): avoid duplicated content during hydration while processing a component with i18n (#50644)
This commit updates an internal hydration logic to make sure that the content of components with i18n blocks is cleaned up before we start rendering it.

Resolves #50627.

PR Close #50644
2023-06-13 13:12:07 +02:00
..
annotate.ts fix(core): avoid duplicated content during hydration while processing a component with i18n (#50644) 2023-06-13 13:12:07 +02:00
api.ts fix(core): update ApplicationRef.isStable to account for rendering pending tasks (#50425) 2023-05-30 12:58:22 -07:00
cleanup.ts refactor(core): output hydration stats into a console in dev mode (#49617) 2023-03-30 09:42:05 -07: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 fix(core): avoid duplicated content during hydration while processing a component with i18n (#50644) 2023-06-13 13:12:07 +02:00
tokens.ts refactor(core): Remove NG_DEV_MODE const (#49838) 2023-04-14 14:12:53 +00:00
utils.ts fix(core): handle hydration of root components with injected ViewContainerRef (#50136) 2023-05-09 14:43:45 -07:00
views.ts refactor(core): avoid repeated views in serialized data (#49475) 2023-03-21 18:40:29 +01:00