@stemy/ngx-utils 11.2.2 → 11.2.6

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.
@@ -260,6 +260,7 @@ export declare class ResourceIfContext {
260
260
  }
261
261
  export declare class IConfiguration {
262
262
  baseUrl?: string;
263
+ baseDomain?: string;
263
264
  translationUrl?: string;
264
265
  [key: string]: any;
265
266
  }
@@ -14,6 +14,7 @@ export declare class ConfigService implements IConfigService {
14
14
  get config(): IConfiguration;
15
15
  get configUrl(): string;
16
16
  constructor(http: HttpClient, universal: UniversalService, rootElement: any, baseConfig?: IConfiguration, scriptParams?: any);
17
+ protected parseDomain(baseUrl: string): string;
17
18
  protected initService(): void;
18
19
  protected loadJson(): Promise<IConfiguration>;
19
20
  protected prepareConfig(config: IConfiguration): Promise<IConfiguration>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "11.2.2",
3
+ "version": "11.2.6",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",