@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.
- package/bundles/energycap-components.umd.js +2 -1
- package/bundles/energycap-components.umd.js.map +1 -1
- package/bundles/energycap-components.umd.min.js +1 -1
- package/bundles/energycap-components.umd.min.js.map +1 -1
- package/esm2015/lib/shared/page/page-base/page-base.component.js +3 -2
- package/fesm2015/energycap-components.js +2 -1
- package/fesm2015/energycap-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -9119,7 +9119,8 @@
|
|
|
9119
9119
|
*/
|
|
9120
9120
|
PageBaseComponent.prototype.reload = function () {
|
|
9121
9121
|
this._afterViewInitComplete = new rxjs.ReplaySubject();
|
|
9122
|
-
this.
|
|
9122
|
+
this.showStatus(exports.PageStatus.Loading);
|
|
9123
|
+
this.initPromise = this.onInit();
|
|
9123
9124
|
this.ngAfterViewInit();
|
|
9124
9125
|
};
|
|
9125
9126
|
/**
|