UNPKG

@syncfusion/ej2-ng-base

Version:

A common package of Essential JS 2 base Angular libraries, methods and class definitions

13 lines (12 loc) 420 B
import { ElementRef } from '@angular/core'; /** * Angular Template Compiler */ export declare function compile(templateEle: AngularElementType, helper?: Object): (data: Object | JSON, component?: any, propName?: any) => Object; /** * Property decorator for angular. */ export declare function Template<T>(defaultValue?: Object): PropertyDecorator; export interface AngularElementType { elementRef: ElementRef; }