@tilde-nlp/ngx-common 8.0.6 → 8.0.7
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/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as i0 from '@angular/core';
|
|
|
5
5
|
import { OnInit, EventEmitter, PipeTransform, ElementRef, ViewContainerRef, Renderer2, AfterViewInit, OnDestroy, ChangeDetectorRef, AfterContentInit, QueryList, OnChanges, SimpleChanges, InjectionToken, TemplateRef, Provider } from '@angular/core';
|
|
6
6
|
import * as rxjs from 'rxjs';
|
|
7
7
|
import { Observable, Subscription, Subject } from 'rxjs';
|
|
8
|
-
import { HttpClient } from '@angular/common/http';
|
|
8
|
+
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
9
9
|
import * as i3 from '@ngx-translate/core';
|
|
10
10
|
import { TranslateService, MissingTranslationHandler, MissingTranslationHandlerParams } from '@ngx-translate/core';
|
|
11
11
|
import * as i2 from '@angular/common';
|
|
@@ -675,6 +675,7 @@ declare class HtmlElementParseHelper {
|
|
|
675
675
|
declare class AuthHeadersHelper {
|
|
676
676
|
static getAuthHeaders(clientId: string): any;
|
|
677
677
|
static getAppIdAuthHeaders(appId: string): any;
|
|
678
|
+
static getLangHeaders(lang: string): HttpHeaders;
|
|
678
679
|
}
|
|
679
680
|
|
|
680
681
|
declare class FileExtensionHelper {
|