UNPKG

ng2-qgrid

Version:
13 lines (12 loc) 513 B
import { OnInit, TemplateRef } from '@angular/core'; import { TemplateCacheService } from './template-cache.service'; import { TemplateHostService } from './template-host.service'; export declare class TemplateCacheDirective implements OnInit { private templateCache; private templateRef; private templateHost; key: string; context: {}; constructor(templateCache: TemplateCacheService, templateRef: TemplateRef<any>, templateHost: TemplateHostService); ngOnInit(): void; }