INJECTOR
An InjectionToken that gets the current Injector
for createInjector()
-style injectors.
const INJECTOR: InjectionToken<Injector>;
说明
Requesting this token instead of Injector
allows StaticInjector
to be tree-shaken from a project.