mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3eee19d892
Fixes that `getDeferBlocks` wasn't accounting for the case where a component might be injecting `ViewContainerRef`. When that happens, an additional wrapper is introduced that needs to be accounted for when traversing the tree. Fixes #62047. PR Close #62156