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 deb7b61 commit b4656e6Copy full SHA for b4656e6
npm/ng-packs/packages/core/src/lib/core.module.ts
@@ -90,15 +90,7 @@ const standaloneDirectives = [
90
ShortTimePipe,
91
ShortDatePipe,
92
],
93
- providers: [
94
- LocalizationPipe,
95
- provideHttpClient(withInterceptorsFromDi()),
96
- {
97
- provide: HTTP_INTERCEPTORS,
98
- useClass: TimezoneInterceptor,
99
- multi: true,
100
- },
101
- ],
+ providers: [LocalizationPipe, provideHttpClient(withInterceptorsFromDi())],
102
})
103
export class BaseCoreModule {}
104
0 commit comments