@alfiob/ng-datatable
Version:
ng-datatable - fully customizable & easy to use datatable library
11 lines (10 loc) • 469 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SlotDirective {
templateRef: TemplateRef<any>;
fieldName: string;
value: any;
constructor(templateRef: TemplateRef<any>);
static ɵfac: i0.ɵɵFactoryDeclaration<SlotDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SlotDirective, "[slot]", never, { "fieldName": "slot"; "value": "slotValue"; }, {}, never, never, false, never>;
}