构造函数
constructor(id: string, templateUrl: string, slotCount: number, encapsulation: ViewEncapsulation, styles: (string | any[])[], animations: any)
constructor(id: string, templateUrl: string, slotCount: number, encapsulation: ViewEncapsulation, styles: (string | any[])[], animations: any)
参数 |
属性
属性 | 说明 |
---|
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. |