mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d4449fce21
This commit fixes an issue when hydration serialization tries to calculate DOM path to a content projection node (`<ng-content>`), but such nodes do not have DOM representation. Resolves #56750. PR Close #57383