RenderComponentType

From Get docs
< @angular/coreAngular/docs/8/api/core/rendercomponenttype


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

constructor(id: string, templateUrl: string, slotCount: number, encapsulation: ViewEncapsulation, styles: (string | any[])[], animations: any)

Parameters
id string
templateUrl string
slotCount number
encapsulation ViewEncapsulation
styles 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
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