@stemy/ngx-utils 11.2.8 → 11.2.9

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.
@@ -3157,7 +3157,7 @@
3157
3157
  }
3158
3158
  }
3159
3159
  this.baseConfig = baseConfig || {};
3160
- this.loadedConfig = Object.assign(this.baseConfig, !baseUrl ? {} : { baseUrl: baseUrl, baseDomain: this.parseDomain(baseUrl) });
3160
+ this.loadedConfig = Object.assign(!baseUrl ? {} : { baseUrl: baseUrl, baseDomain: this.parseDomain(baseUrl) }, this.baseConfig);
3161
3161
  this.scriptParameters = scriptParams || {};
3162
3162
  this.loaderFunc = function () {
3163
3163
  _this.loader = _this.loader || new Promise(function (resolve, reject) {