UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

10 lines (9 loc) 522 B
import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TableCellDirective { templateRef: TemplateRef<any>; spaasTableCell: string; constructor(templateRef: TemplateRef<any>); static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "[spaasTableCell]", ["spaasTableCell"], { "spaasTableCell": { "alias": "spaasTableCell"; "required": false; }; }, {}, never, never, false, never>; }