survey-angular-ui 1.9.89 → 1.9.90
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.
|
@@ -1574,6 +1574,11 @@
|
|
|
1574
1574
|
this.model.afterRender((_b = this.rootEl) === null || _b === void 0 ? void 0 : _b.nativeElement);
|
|
1575
1575
|
}
|
|
1576
1576
|
};
|
|
1577
|
+
QuestionComponent.prototype.ngOnDestroy = function () {
|
|
1578
|
+
if (!!this.model) {
|
|
1579
|
+
this.model.destroyResizeObserver();
|
|
1580
|
+
}
|
|
1581
|
+
};
|
|
1577
1582
|
QuestionComponent.prototype.getComponentName = function () { return getComponentName(this.model); };
|
|
1578
1583
|
QuestionComponent.prototype.getQuestionContentWrapperComponentName = function () {
|
|
1579
1584
|
return this.model.survey.getQuestionContentWrapperComponentName(this.model) || this.getComponentName();
|