ng2-qgrid
Version:
Angular Grid
11 lines (10 loc) • 381 B
TypeScript
import { OnInit, TemplateRef } from '@angular/core';
import { TemplateLinkService } from './template-link.service';
export declare class TemplateLinkDirective implements OnInit {
private templateLink;
private templateRef;
key: string;
context: {};
constructor(templateLink: TemplateLinkService, templateRef: TemplateRef<any>);
ngOnInit(): void;
}