@sumaris-net/ngx-components 1.23.12 → 1.23.13

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.
@@ -27901,7 +27901,7 @@
27901
27901
  setTimeout(function () { return !_this.table && console.warn("[table] Missing <mat-table> in the HTML template (after waiting 500ms)! Component: " + _this.constructor.name); }, 500);
27902
27902
  }
27903
27903
  // Make sure to wait the table
27904
- return [4 /*yield*/, waitFor(function () { return !!_this.table; }, { stop: this.destroySubject })];
27904
+ return [4 /*yield*/, waitFor(function () { return !!_this.table; }, { stop: this.destroySubject, stopError: false /*avoid error when destorying the table*/ })];
27905
27905
  case 1:
27906
27906
  // Make sure to wait the table
27907
27907
  _e.sent();