angular/packages/platform-server/test
Andrew Kushnir d994f8520c fix(core): include inner ViewContainerRef anchor nodes into ViewRef.rootNodes output (#49867)
Currently, the `ViewRef.rootNodes` output is missing anchor (comment) nodes for inner `ViewContainerRef`s,
when an achor node was created for that instance of a `ViewContainerRef` (which happens in all cases except
when an <ng-container> was used as a host for a view container).

This issue affects hydration logic, which relies on the number of root nodes within a view to properly determine
segments in DOM that belong to a particular view.

Resolves #49849.

PR Close #49867
2023-04-17 13:35:58 +00:00
..
BUILD.bazel refactor(core): internal tracker of pending tasks during initial rendering (#49576) 2023-03-28 16:19:31 -07:00
hydration_spec.ts fix(core): include inner ViewContainerRef anchor nodes into ViewRef.rootNodes output (#49867) 2023-04-17 13:35:58 +00:00
integration_spec.ts refactor(platform-server): simplify _render method (#49840) 2023-04-14 15:28:41 -04:00
transfer_state_spec.ts feat(core): expose makeStateKey, StateKey and TransferState (#49563) 2023-03-29 10:18:02 -07:00