@sumaris-net/ngx-components 1.23.13 → 1.23.14
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 +2 -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/shared/services/memory-entity-service.class.js +4 -3
- package/fesm2015/sumaris-net.ngx-components.js +2 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -20843,7 +20843,8 @@
|
|
|
20843
20843
|
return __generator(this, function (_b) {
|
|
20844
20844
|
if (this.debug)
|
|
20845
20845
|
console.debug('[memory-data-service] Starting...');
|
|
20846
|
-
return [2 /*return*/,
|
|
20846
|
+
return [2 /*return*/, firstNotNil(this.dataSubject, { stop: this.stopSubject })
|
|
20847
|
+
.toPromise()];
|
|
20847
20848
|
});
|
|
20848
20849
|
});
|
|
20849
20850
|
};
|