mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
70a442eb02
The component fixture dependencies have to be passed in manually. This is a bit annoying to manage as we expand which dependencies are needed. Instead, we can run the constructor in the TestBed injection context and move the dependencies into the component fixture code, as is done with other constructors in Angular. PR Close #53400