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.
@@ -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 });