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–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/core/RenderComponentType