mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
586cc24a10
This commit updates TestBed logic to take into account situations when dependencies loaded within `@defer` blocks may import NgModules with providers. For such components, we invoke provider override function, which recursively inspects and applies the necessary changes. PR Close #54667