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