@stemy/ngx-utils 12.1.0 → 12.1.3

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.
@@ -180,7 +180,7 @@ export interface IRequestOptions {
180
180
  headers?: IHttpHeaders | HttpHeaders;
181
181
  originalHeaders?: IHttpHeaders;
182
182
  params?: IHttpParams;
183
- observe?: "body";
183
+ observe?: "body" | "response";
184
184
  reportProgress?: boolean;
185
185
  responseType?: "arraybuffer" | "blob" | "json" | "text";
186
186
  withCredentials?: boolean;
@@ -22,7 +22,6 @@ export declare class StaticLanguageService implements ILanguageService {
22
22
  set disableTranslations(value: boolean);
23
23
  get httpClient(): HttpClient;
24
24
  get config(): IConfiguration;
25
- get browserLang(): string;
26
25
  get universal(): UniversalService;
27
26
  protected editLang: string;
28
27
  protected currentLang: string;
@@ -40,4 +39,5 @@ export declare class StaticLanguageService implements ILanguageService {
40
39
  getTranslationFromArray(translations: ITranslation[], params?: any, lang?: string): string;
41
40
  protected interpolate(expr: string | Function, params?: any): string;
42
41
  protected interpolateString(expr: string, params?: any): string;
42
+ protected getDefaultLanguage(): string;
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "12.1.0",
3
+ "version": "12.1.3",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",