InjectorType
A type which has an InjectorDef
static field.
interface InjectorType<T> extends Type<T> {
// inherited from core/Type
constructor(...args: any[]): T
}
Description
InjectorTypes
can be used to configure a StaticInjector
.
This is an opaque type whose structure is highly version dependent. Do not rely on any properties.