angular-cn/goldens/public-api/core
Kristiyan Kostadinov de4fafb818 refactor(core): add single type for injector token (#41580)
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
2021-04-22 10:47:12 -07:00
..
testing refactor(core): add single type for injector token (#41580) 2021-04-22 10:47:12 -07:00
core.d.ts refactor(core): add single type for injector token (#41580) 2021-04-22 10:47:12 -07:00
global_utils.d.ts feat(core): introduce getDirectiveMetadata global debugging utility (#41525) 2021-04-13 16:06:32 -07:00