Skip to content

Commit 0c81afa

Browse files
committed
[ACS-8770] fix after rebase
1 parent c9a2aae commit 0c81afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/src/lib/core.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { CORE_PIPES } from './pipes/pipe.module';
4040
import { TranslateLoaderService } from './translation/translate-loader.service';
4141
import { SEARCH_TEXT_INPUT_DIRECTIVES } from './search-text/search-text-input.module';
4242
import { AuthenticationInterceptor, Authentication } from './auth';
43-
import { HTTP_INTERCEPTORS } from '@angular/common/http';
43+
import { HTTP_INTERCEPTORS, HttpClient, provideHttpClient, withInterceptorsFromDi, withXsrfConfiguration } from '@angular/common/http';
4444
import { AuthenticationService } from './auth/services/authentication.service';
4545
import { MAT_SNACK_BAR_DEFAULT_OPTIONS } from '@angular/material/snack-bar';
4646
import { AppConfigPipe } from './app-config';

0 commit comments

Comments
 (0)