RenderComponentType

Deprecated

Class

Deprecation Notes

Use RendererType2 (and Renderer2) instead.

Class Overview

class RenderComponentType {
constructor(id: string, templateUrl: string, slotCount: number, encapsulation: ViewEncapsulation, styles: Array<string|any[]>, animations: any)

id : string
templateUrl : string
slotCount : number
encapsulation : ViewEncapsulation
styles : Array<string|any[]>
animations : any

}

Class Description

Constructor

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

Class Details

exported from core/index, defined in core/src/render/api.ts