@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.
@@ -393,7 +393,7 @@ if (false) {
393
393
  function NgxsOnInit() { }
394
394
  if (false) {
395
395
  /**
396
- * @param {?=} ctx
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 {?=} ctx
420
+ * @param {?} ctx
421
421
  * @return {?}
422
422
  */
423
423
  NgxsAfterBootstrap.prototype.ngxsAfterBootstrap = function (ctx) { };