@ngxs/store 3.7.4-dev.master-b8320fc → 3.7.4-dev.master-224556c
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 +2 -2
- package/bundles/ngxs-store.umd.js.map +1 -1
- package/bundles/ngxs-store.umd.min.js.map +1 -1
- package/esm2015/src/symbols.js +3 -3
- package/esm5/src/symbols.js +3 -3
- package/fesm2015/ngxs-store.js +2 -2
- package/fesm2015/ngxs-store.js.map +1 -1
- package/fesm5/ngxs-store.js +2 -2
- package/fesm5/ngxs-store.js.map +1 -1
- package/package.json +1 -1
- package/src/symbols.d.ts +2 -2
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
function NgxsOnInit() { }
|
|
612
612
|
if (false) {
|
|
613
613
|
/**
|
|
614
|
-
* @param {
|
|
614
|
+
* @param {?} ctx
|
|
615
615
|
* @return {?}
|
|
616
616
|
*/
|
|
617
617
|
NgxsOnInit.prototype.ngxsOnInit = function (ctx) { };
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
function NgxsAfterBootstrap() { }
|
|
636
636
|
if (false) {
|
|
637
637
|
/**
|
|
638
|
-
* @param {
|
|
638
|
+
* @param {?} ctx
|
|
639
639
|
* @return {?}
|
|
640
640
|
*/
|
|
641
641
|
NgxsAfterBootstrap.prototype.ngxsAfterBootstrap = function (ctx) { };
|