@sumaris-net/ngx-components 1.23.49 → 1.23.50
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 +0 -4
- 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 +1 -5
- package/fesm2015/sumaris-net.ngx-components.js +0 -4
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -21126,10 +21126,6 @@
|
|
|
21126
21126
|
return __generator(this, function (_c) {
|
|
21127
21127
|
if (this.debug)
|
|
21128
21128
|
console.debug('[memory-data-service] Stopping...');
|
|
21129
|
-
if (!this.dataSubject.closed) {
|
|
21130
|
-
this.dataSubject.complete();
|
|
21131
|
-
this.dataSubject.unsubscribe();
|
|
21132
|
-
}
|
|
21133
21129
|
this._hiddenData = null;
|
|
21134
21130
|
this.markAsSaved();
|
|
21135
21131
|
this.markAsPristine();
|