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

NgClassBase

Serves as the base non-VE container for NgClass.

查看"说明"...

      
      class NgClassBase {
  static ngDirectiveDef: any
  constructor(_delegate: NgClassImpl)
  protected _delegate: NgClassImpl
  getValue()
}
    

子类

说明

While this is a base class that NgClass extends from, the class itself acts as a container for non-VE code to setup a link to the [class] host binding (via the static ngDirectiveDef property on the class).

Note that the ngDirectiveDef property's code is switched depending if VE is present or not (this allows for the binding code to be set only for newer versions of Angular).

静态属性

属性说明
static ngDirectiveDef: any

构造函数

constructor(_delegate: NgClassImpl)
      
      constructor(_delegate: NgClassImpl)
    
参数
_delegate NgClassImpl

属性

属性说明
protected _delegate: NgClassImpl Declared in constructor.

方法

getValue()
      
      getValue()
    
参数

没有参数。