RendererStyleFlags2
enum
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).  |  
    © 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
    https://v9.angular.io/api/core/RendererStyleFlags2