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

InjectorType

A type which has an InjectorDef static field.

查看"说明"...

interface InjectorType<T> extends Type{ // 继承自 core/Type constructor(...args: any[]): T }
      
      interface InjectorType<T> extends Type {

  // 继承自 core/Type
  constructor(...args: any[]): T
}
    

说明

InjectorDefTypes can be used to configure a StaticInjector.