mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4909844805
This commit updates the logic that create an injector for defer blocks (when it's needed) to account for a situation when a component is instantiated without a connection to the current component tree. This can happen if a component is created using its factory function or via `createComponent()` call. Resolves #56372. PR Close #56763