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: {[kind: string]: any} }
Members
id: string
encapsulation: ViewEncapsulation
styles: (string|any[])[]
data: {[kind: string]: any}
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/core/RendererType2