@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.
- package/bundles/sumaris-net.ngx-components.umd.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/table/table.class.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -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();
|