@stemy/ngx-utils 11.0.11 → 11.1.0

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.
@@ -3160,6 +3160,7 @@
3160
3160
  _this.loadJson().then(function (config) {
3161
3161
  _this.loadedConfig = config = Object.assign(_this.loadedConfig, config);
3162
3162
  _this.prepareConfig(config).then(function (c) {
3163
+ _this.loadedConfig = c;
3163
3164
  c.baseUrl = c.baseUrl || "/";
3164
3165
  resolve(c);
3165
3166
  });