ng2-qgrid
Version:
Angular Grid
13 lines (12 loc) • 513 B
TypeScript
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;
}