mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
20d62603c2
This commit fixes an issue where serialization of a view container fails in case it uses a component host as an anchor. This fix is similar to the fix from #51247, but for cases when we insert a component (that acts as a host for a view container) deeper in a hierarchy. Resolves #51318. PR Close #51456