diff --git a/angular-client/src/app/app.module.ts b/angular-client/src/app/app.module.ts index 1fe24b33..3f989e53 100644 --- a/angular-client/src/app/app.module.ts +++ b/angular-client/src/app/app.module.ts @@ -198,14 +198,10 @@ import { BatteryInfoDisplay } from 'src/pages/charging-page/components/battery-i MatInputModule, ReactiveFormsModule ], - providers: [ - DialogService, - MessageService, - provideHttpClient(withInterceptorsFromDi()) - ] + providers: [DialogService, MessageService, provideHttpClient(withInterceptorsFromDi())] }) export class AppModule { - constructor ( + constructor( private matIconRegistry: MatIconRegistry, private domSanitizer: DomSanitizer ) {