RenderComponentType
class
deprecated
Deprecated: Use RendererType2
(and Renderer2
) instead.
class RenderComponentType { constructor(id: string, templateUrl: string, slotCount: number, encapsulation: ViewEncapsulation, styles: (string | any[])[], animations: any) id: string templateUrl: string slotCount: number encapsulation: ViewEncapsulation styles: Array<string | any[]> animations: any }
Constructor
|
id | string | |
templateUrl | string | |
slotCount | number | |
encapsulation | ViewEncapsulation | |
styles | (string | any[])[] | |
animations | any |
Properties
Property | Description |
---|---|
id: string | Declared in Constructor |
templateUrl: string | Declared in Constructor |
slotCount: number | Declared in Constructor |
encapsulation: ViewEncapsulation | Declared in Constructor |
styles: Array<string | any[]> | Declared in Constructor |
animations: any | Declared in Constructor |
© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/core/RenderComponentType