@osovitny/anatoly 3.19.10 → 3.19.12
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);
|
|
@@ -10449,7 +10447,6 @@ class AnatolyIAMPagesModule {
|
|
|
10449
10447
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyIAMPagesModule }); }
|
|
10450
10448
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
10451
10449
|
RouterModule,
|
|
10452
|
-
HttpClientModule,
|
|
10453
10450
|
IAMRouterModule] }); }
|
|
10454
10451
|
}
|
|
10455
10452
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyIAMPagesModule, [{
|
|
@@ -10458,7 +10455,6 @@ class AnatolyIAMPagesModule {
|
|
|
10458
10455
|
imports: [
|
|
10459
10456
|
CommonModule,
|
|
10460
10457
|
RouterModule,
|
|
10461
|
-
HttpClientModule,
|
|
10462
10458
|
IAMRouterModule
|
|
10463
10459
|
],
|
|
10464
10460
|
exports: [],
|
|
@@ -10468,8 +10464,7 @@ class AnatolyIAMPagesModule {
|
|
|
10468
10464
|
}]
|
|
10469
10465
|
}], null, null); })();
|
|
10470
10466
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyIAMPagesModule, { declarations: [SignInPage, SignUpPage, SignOutPage], imports: [CommonModule,
|
|
10471
|
-
RouterModule,
|
|
10472
|
-
HttpClientModule, i1$2.RouterModule] }); })();
|
|
10467
|
+
RouterModule, i1$2.RouterModule] }); })();
|
|
10473
10468
|
|
|
10474
10469
|
/*
|
|
10475
10470
|
<file>
|