mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5895ddbcd1
Currently we have a lot of places where we repeat the type `Type<T>|AbstractType<T>|InjectionToken<T>` which makes it cumbersome to add another type or to type something else with the same signature. These changes add a new type that can be used instead. Fixes #39792. PR Close #41580