ngx-ui-builder
Version:
Angular - Render component ui with configurations
16 lines (15 loc) • 707 B
TypeScript
import { OnInit, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NubTableCellComponent implements OnInit {
private viewContainerRef;
set cell(cell: any);
set metadata(metadata: any);
localConfigs: {
cell?: any;
metadata?: any;
};
constructor(viewContainerRef: ViewContainerRef);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NubTableCellComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NubTableCellComponent, "nub-table-cell", never, { "cell": { "alias": "cell"; "required": false; }; "metadata": { "alias": "metadata"; "required": false; }; }, {}, never, never, false, never>;
}