http-request-manager 18.7.17 → 18.7.19

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.
@@ -6,6 +6,7 @@ import { HttpClient, HttpHeaders, HttpEventType, HttpHeaderResponse, HttpErrorRe
6
6
  import * as CryptoJS from 'crypto-js';
7
7
  import { from, BehaviorSubject, EMPTY, throwError, defer, interval, timer, Subject, merge, of, Subscription, take as take$1, catchError as catchError$1, map as map$1, tap as tap$1, switchMap as switchMap$1, startWith as startWith$1, distinctUntilChanged as distinctUntilChanged$1, combineLatest, filter as filter$1, takeUntil as takeUntil$1, ReplaySubject } from 'rxjs';
8
8
  import { ToastMessageDisplayService, ToastDisplay, ToastColors, ToastMessageDisplayModule } from 'toast-message-display';
9
+ export { ToastColors, ToastDisplay, ToastMessageDisplayModule, ToastMessageDisplayService } from 'toast-message-display';
9
10
  import Dexie from 'dexie';
10
11
  import * as i1 from '@ngx-translate/core';
11
12
  import { TranslateModule } from '@ngx-translate/core';
@@ -7531,7 +7532,8 @@ class HttpRequestManagerModule {
7531
7532
  { provide: HTTP_INTERCEPTORS, useClass: RequestHeadersInterceptor, multi: true },
7532
7533
  { provide: HTTP_INTERCEPTORS, useClass: ProxyDebuggerInterceptor, multi: true },
7533
7534
  { provide: CONFIG_SETTINGS_TOKEN, useValue: ConfigOptions.adapt() },
7534
- HTTPManagerService, LocalStorageManagerService
7535
+ HTTPManagerService, LocalStorageManagerService,
7536
+ ToastMessageDisplayService
7535
7537
  ], imports: [CommonModule,
7536
7538
  ToastMessageDisplayModule,
7537
7539
  FormsModule,
@@ -7614,7 +7616,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
7614
7616
  { provide: HTTP_INTERCEPTORS, useClass: RequestHeadersInterceptor, multi: true },
7615
7617
  { provide: HTTP_INTERCEPTORS, useClass: ProxyDebuggerInterceptor, multi: true },
7616
7618
  { provide: CONFIG_SETTINGS_TOKEN, useValue: ConfigOptions.adapt() },
7617
- HTTPManagerService, LocalStorageManagerService
7619
+ HTTPManagerService, LocalStorageManagerService,
7620
+ ToastMessageDisplayService
7618
7621
  ],
7619
7622
  }]
7620
7623
  }] });