survey-angular-ui 1.12.5 → 1.12.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/survey-angular-ui.umd.js +0 -3
- package/bundles/survey-angular-ui.umd.js.map +1 -1
- package/components/text-area/text-area.component.d.ts +0 -1
- package/esm2015/components/text-area/text-area.component.js +1 -4
- package/fesm2015/survey-angular-ui.js +0 -3
- package/fesm2015/survey-angular-ui.js.map +1 -1
- package/package.json +2 -2
|
@@ -1934,9 +1934,6 @@
|
|
|
1934
1934
|
this.model.setElement(element);
|
|
1935
1935
|
}
|
|
1936
1936
|
};
|
|
1937
|
-
TextAreaComponent.prototype.ngOnDestroy = function () {
|
|
1938
|
-
this.model.dispose();
|
|
1939
|
-
};
|
|
1940
1937
|
return TextAreaComponent;
|
|
1941
1938
|
}(EmbeddedViewContentComponent));
|
|
1942
1939
|
TextAreaComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TextAreaComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|