UNPKG

catng

Version:

Angular Dynamic Form Input Component

9 lines (8 loc) 496 B
import * as i0 from "@angular/core"; export declare class CatReadonlyTableComponent { headers: Record<string, string>; data: any[]; get headerKeys(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration<CatReadonlyTableComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CatReadonlyTableComponent, "cat-readonly-table", never, { "headers": { "alias": "headers"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>; }