UNPKG

ng2-qgrid

Version:
11 lines (10 loc) 381 B
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; }