angular / 4.4.6 / api / core / rendererstyleflags2.html /

RendererStyleFlags2

enum

npm Package @angular/core
Module import { RendererStyleFlags2 } from '@angular/core';
Source core/src/render/api.ts

Overview

enum RendererStyleFlags2 {
  Important: 1 << 0
  DashCase: 1 << 1
}

Members

Important: 1 << 0

DashCase: 1 << 1

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/core/RendererStyleFlags2