mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
822db64b93
This commit fixes an issue that happens when an i18n block is defined as a projectable content, but a parent component doesn't project it. With an extra check added in this commit, the code will be taking a regular "creation" pass instead of attempting hydration. Resolves #57301. PR Close #57356