填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

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.

可用于配置 StaticInjectorInjectorDefTypes

This is an opaque type whose structure is highly version dependent. Do not rely on any properties.