Help Angular by taking a 1 minute survey!Go to surveyHome

NgStyleBase

Serves as the base non-VE container for NgStyle.

See more...

      
      class NgStyleBase {
  static ngDirectiveDef: any
  constructor(_delegate: NgStyleImpl)
  protected _delegate: NgStyleImpl
  getValue()
}
    

Subclasses

Description

While this is a base class that NgStyle extends from, the class itself acts as a container for non-VE code to setup a link to the [style] 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 properties

Property Description
static ngDirectiveDef: any

Constructor

constructor(_delegate: NgStyleImpl)
      
      constructor(_delegate: NgStyleImpl)
    
Parameters
_delegate NgStyleImpl

Properties

Property Description
protected _delegate: NgStyleImpl Declared in constructor.

Methods

getValue()
      
      getValue()
    
Parameters

There are no parameters.