@energycap/components 0.28.0 → 0.28.1

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.
@@ -9125,7 +9125,8 @@
9125
9125
  */
9126
9126
  PageBaseComponent.prototype.reload = function () {
9127
9127
  this._afterViewInitComplete = new rxjs.ReplaySubject();
9128
- this.ngOnInit();
9128
+ this.showStatus(exports.PageStatus.Loading);
9129
+ this.initPromise = this.onInit();
9129
9130
  this.ngAfterViewInit();
9130
9131
  };
9131
9132
  /**