@ngxs/store 3.7.5-dev.master-f9549a3 → 3.7.5-dev.master-0da56b4
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/ngxs-store.umd.js +9 -0
- package/bundles/ngxs-store.umd.js.map +1 -1
- package/bundles/ngxs-store.umd.min.js +1 -1
- package/bundles/ngxs-store.umd.min.js.map +1 -1
- package/esm2015/src/actions-stream.js +7 -1
- package/esm5/src/actions-stream.js +10 -1
- package/fesm2015/ngxs-store.js +6 -0
- package/fesm2015/ngxs-store.js.map +1 -1
- package/fesm5/ngxs-store.js +9 -0
- package/fesm5/ngxs-store.js.map +1 -1
- package/ngxs-store.metadata.json +1 -1
- package/package.json +1 -1
- package/src/actions-stream.d.ts +3 -1
|
@@ -1786,6 +1786,15 @@
|
|
|
1786
1786
|
function InternalActions() {
|
|
1787
1787
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
1788
1788
|
}
|
|
1789
|
+
/**
|
|
1790
|
+
* @return {?}
|
|
1791
|
+
*/
|
|
1792
|
+
InternalActions.prototype.ngOnDestroy = /**
|
|
1793
|
+
* @return {?}
|
|
1794
|
+
*/
|
|
1795
|
+
function () {
|
|
1796
|
+
this.complete();
|
|
1797
|
+
};
|
|
1789
1798
|
InternalActions.decorators = [
|
|
1790
1799
|
{ type: core.Injectable }
|
|
1791
1800
|
];
|