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