mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e362214924
TestBed.overrideProvider should include `multi` support in its type. The underlying implementation already supports it, as documented by the tests which are currently casting the override to `any` to get around the bad type. PR Close #48424