Thanks to visit codestin.com Credit goes to angular-docs.tr
Flags for renderer-specific style modifiers.
enum RendererStyleFlags2 { Important: RendererStyleFlags2.Important; DashCase: RendererStyleFlags2.DashCase;}
Marks a style as important.
Marks a style as using dash case naming (this-is-dash-case).