src/lib/components/table-cell/table-cell.component.ts
Angular Component for the TableCell Control.
ControlComponent
changeDetection | ChangeDetectionStrategy.OnPush |
selector | wm-tablecell |
styleUrls | ./table-cell.component.scss |
templateUrl | ./table-cell.component.html |
Properties |
Methods |
constructor(wmService: WebMapService, refCh: ChangeDetectorRef, renderer2: Renderer2, element: ElementRef, webComponents: WebComponentsService, bringTopServ: BringTopService)
|
|||||||||||||||||||||
Creates an instance of TableCellComponent.
Parameters :
|
getModels |
getModels()
|
Returns the models of the controls inside the cell.
Returns :
any
{*} |
controlsTemplate |
Type : TemplateRef<any>
|
Decorators :
@ContentChild('ControlsTemplate')
|
Controls inside the cell reference. |
./table-cell.component.scss