• Overview
@angular/core

RendererStyleFlags2

enum
stable

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

Jump to details