Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
Angular has a new websiteHead to Angular.devHome
/

This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

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).