Variable INJECTORConst

INJECTOR: InjectionToken<Injector> = ...

An InjectionToken that gets the current Injector for createInjector()-style injectors.

Requesting this token instead of Injector allows StaticInjector to be tree-shaken from a project.

Public Api

Generated using TypeDoc