InjectorType
具有 InjectorDef 静态字段的类型。
A type which has an InjectorDef static field.
interface InjectorType<T> extends Type {
// 继承自 core/Type
constructor(...args: any[]): T
}
说明
InjectorTypes can be used to configure a StaticInjector.
可用于配置 StaticInjector 的 InjectorDefTypes。
This is an opaque type whose structure is highly version dependent. Do not rely on any properties.