ej-angular2-test
Version:
Angular 2 components for Syncfusion JavaScript widgets
18 lines (17 loc) • 674 B
TypeScript
import { ViewContainerRef, ElementRef, TemplateRef } from '@angular/core';
export { ContentChild, Type, forwardRef } from '@angular/core';
export declare let ngTemplateid: any;
export declare class EJTemplateDirective {
protected el: ElementRef;
protected viewContainerRef: ViewContainerRef;
protected templateRef: TemplateRef<any>;
element: any;
private childViews;
constructor(el: ElementRef, viewContainerRef: ViewContainerRef, templateRef: TemplateRef<any>);
ngOnInit(): void;
ngAfterViewInit(): void;
compileTempalte(): void;
clearTempalte(): void;
ngOnDestroy(): void;
}
export declare let ejtemplate: any;