ej-angular2
Advanced tools
Comparing version 15.1.33-beta-0.0.3 to 15.1.33-beta-0.0.4
{ | ||
"name": "ej-angular2", | ||
"description": "Angular 2 components for Syncfusion JavaScript widgets", | ||
"version": "15.1.33-beta-0.0.3", | ||
"version": "15.1.33-beta-0.0.4", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "lint": "tslint ej/**/*.ts", |
@@ -34,3 +34,3 @@ import { ViewContainerRef, EventEmitter, QueryList, Type, ElementRef, SimpleChange, ChangeDetectorRef, TemplateRef } from '@angular/core'; | ||
protected createTwoways(twoways: Array<string>): void; | ||
protected addTwoways(prop: string): Function; | ||
protected addTwoways(prop: any): Function; | ||
ngAfterContentInit(): void; | ||
@@ -72,3 +72,3 @@ private static bindAndRaiseEvent(instance, model, event); | ||
ngAfterContentInit(): void; | ||
ngOnChanges(changes: SimpleChange): void; | ||
ngOnChanges(changes: any): void; | ||
getList(): T[]; | ||
@@ -99,3 +99,3 @@ getChangesAndReset(): Array<IChildChange>; | ||
} | ||
export declare function CreateArrayTagDirective(property: string, selector: string, type: Type<any>): Type<any>; | ||
export declare function CreateArrayTagDirective(property: string, selector: string, type: any): Type<any>; | ||
export declare function CreateComponent(controlName: string, componentArgs: { | ||
@@ -102,0 +102,0 @@ selector: string; |
Sorry, the diff of this file is not supported yet
452369