We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a2aae commit 0c81afaCopy full SHA for 0c81afa
lib/core/src/lib/core.module.ts
@@ -40,7 +40,7 @@ import { CORE_PIPES } from './pipes/pipe.module';
40
import { TranslateLoaderService } from './translation/translate-loader.service';
41
import { SEARCH_TEXT_INPUT_DIRECTIVES } from './search-text/search-text-input.module';
42
import { AuthenticationInterceptor, Authentication } from './auth';
43
-import { HTTP_INTERCEPTORS } from '@angular/common/http';
+import { HTTP_INTERCEPTORS, HttpClient, provideHttpClient, withInterceptorsFromDi, withXsrfConfiguration } from '@angular/common/http';
44
import { AuthenticationService } from './auth/services/authentication.service';
45
import { MAT_SNACK_BAR_DEFAULT_OPTIONS } from '@angular/material/snack-bar';
46
import { AppConfigPipe } from './app-config';
0 commit comments