@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.
@@ -611,7 +611,7 @@
611
611
  function NgxsOnInit() { }
612
612
  if (false) {
613
613
  /**
614
- * @param {?=} ctx
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 {?=} ctx
638
+ * @param {?} ctx
639
639
  * @return {?}
640
640
  */
641
641
  NgxsAfterBootstrap.prototype.ngxsAfterBootstrap = function (ctx) { };