RendererType2

interface

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

Interface Overview

interface RendererType2 { 
  id: string
  encapsulation: ViewEncapsulation
  styles: (string | any[])[]
  data: {...}
}

Members

id: string

encapsulation: ViewEncapsulation

styles: (string | any[])[]

data: { [kind: string]: any; }

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/RendererType2