@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
|
@@ -24120,7 +24120,7 @@ class AppTable {
|
|
|
24120
24120
|
setTimeout(() => !this.table && console.warn(`[table] Missing <mat-table> in the HTML template (after waiting 500ms)! Component: ${this.constructor.name}`), 500);
|
|
24121
24121
|
}
|
|
24122
24122
|
// Make sure to wait the table
|
|
24123
|
-
yield waitFor(() => !!this.table, { stop: this.destroySubject });
|
|
24123
|
+
yield waitFor(() => !!this.table, { stop: this.destroySubject, stopError: false /*avoid error when destorying the table*/ });
|
|
24124
24124
|
}
|
|
24125
24125
|
this.registerSubscription(merge(
|
|
24126
24126
|
// Listen sort events
|