@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.
@@ -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
  ];