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

RendererStyleFlags2

Flags for renderer-specific style modifiers.

      
      enum RendererStyleFlags2 {
  Important: 1 << 0
  DashCase: 1 << 1
}
    

Members

Member Description
Important: 1 << 0

Marks a style as important.

DashCase: 1 << 1

Marks a style as using dash case naming (this-is-dash-case).