@energycap/components 0.27.11 → 0.27.12

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.
@@ -9119,7 +9119,8 @@
9119
9119
  */
9120
9120
  PageBaseComponent.prototype.reload = function () {
9121
9121
  this._afterViewInitComplete = new rxjs.ReplaySubject();
9122
- this.ngOnInit();
9122
+ this.showStatus(exports.PageStatus.Loading);
9123
+ this.initPromise = this.onInit();
9123
9124
  this.ngAfterViewInit();
9124
9125
  };
9125
9126
  /**