W3cubDocs

/Angular

RendererStyleFlags2

Flags for renderer-specific style modifiers.

API

enum RendererStyleFlags2 {
  Important: RendererStyleFlags2.Important;
  DashCase: RendererStyleFlags2.DashCase;
}

Important

Marks a style as important.

DashCase

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

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/RendererStyleFlags2