Skip to content

Commit b4656e6

Browse files
authored
Update core.module.ts
1 parent deb7b61 commit b4656e6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

npm/ng-packs/packages/core/src/lib/core.module.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,7 @@ const standaloneDirectives = [
9090
ShortTimePipe,
9191
ShortDatePipe,
9292
],
93-
providers: [
94-
LocalizationPipe,
95-
provideHttpClient(withInterceptorsFromDi()),
96-
{
97-
provide: HTTP_INTERCEPTORS,
98-
useClass: TimezoneInterceptor,
99-
multi: true,
100-
},
101-
],
93+
providers: [LocalizationPipe, provideHttpClient(withInterceptorsFromDi())],
10294
})
10395
export class BaseCoreModule {}
10496

0 commit comments

Comments
 (0)