@osovitny/anatoly 3.19.10 → 3.19.11
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.
|
@@ -3,7 +3,7 @@ import { Injectable, EventEmitter, Component, Output, Input, Inject, Pipe, provi
|
|
|
3
3
|
import { BehaviorSubject, Subject, filter, takeUntil, map as map$1, catchError, of, merge, forkJoin, timer, fromEvent, firstValueFrom } from 'rxjs';
|
|
4
4
|
import { map, tap, mergeMap } from 'rxjs/operators';
|
|
5
5
|
import * as i1 from '@angular/common/http';
|
|
6
|
-
import { HttpResponse, HttpClient,
|
|
6
|
+
import { HttpResponse, HttpClient, HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';
|
|
7
7
|
import * as i1$1 from '@angular/common';
|
|
8
8
|
import { DOCUMENT, CommonModule } from '@angular/common';
|
|
9
9
|
import js_beautify from 'js-beautify';
|
|
@@ -3067,7 +3067,6 @@ class LocalizationSettingsModule {
|
|
|
3067
3067
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
3068
3068
|
TranslateService,
|
|
3069
3069
|
LocalizationService,
|
|
3070
|
-
provideHttpClient(withFetch()),
|
|
3071
3070
|
provideAppInitializer(() => {
|
|
3072
3071
|
const translate = inject(TranslateService);
|
|
3073
3072
|
const localizationService = inject(LocalizationService);
|
|
@@ -3097,7 +3096,6 @@ class LocalizationSettingsModule {
|
|
|
3097
3096
|
providers: [
|
|
3098
3097
|
TranslateService,
|
|
3099
3098
|
LocalizationService,
|
|
3100
|
-
provideHttpClient(withFetch()),
|
|
3101
3099
|
provideAppInitializer(() => {
|
|
3102
3100
|
const translate = inject(TranslateService);
|
|
3103
3101
|
const localizationService = inject(LocalizationService);
|