mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a1b6ad07a8
This is a type only change that replaces `Type<T>|InjectionToken<T>` with `Type<T>|AbstractType<T>|InjectionToken<T>` in the injector. PR Close #37958