@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
package/fesm5/ngxs-store.js
CHANGED
|
@@ -393,7 +393,7 @@ if (false) {
|
|
|
393
393
|
function NgxsOnInit() { }
|
|
394
394
|
if (false) {
|
|
395
395
|
/**
|
|
396
|
-
* @param {
|
|
396
|
+
* @param {?} ctx
|
|
397
397
|
* @return {?}
|
|
398
398
|
*/
|
|
399
399
|
NgxsOnInit.prototype.ngxsOnInit = function (ctx) { };
|
|
@@ -417,7 +417,7 @@ if (false) {
|
|
|
417
417
|
function NgxsAfterBootstrap() { }
|
|
418
418
|
if (false) {
|
|
419
419
|
/**
|
|
420
|
-
* @param {
|
|
420
|
+
* @param {?} ctx
|
|
421
421
|
* @return {?}
|
|
422
422
|
*/
|
|
423
423
|
NgxsAfterBootstrap.prototype.ngxsAfterBootstrap = function (ctx) { };
|