mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b44533ba39
Standalone component need to include the imported NgModules as part of their dependencies in order to be able to use the injection tokens coming from these NgModules. To do so, in this change the imported NgModules are included in the standalone component compilation scope. PR Close #51819