diff --git a/src/main/webapp/app/account/settings/settings.component.ts b/src/main/webapp/app/account/settings/settings.component.ts index 8e421fb..ec613d2 100644 --- a/src/main/webapp/app/account/settings/settings.component.ts +++ b/src/main/webapp/app/account/settings/settings.component.ts @@ -20,7 +20,6 @@ import { PasswordService } from '../password/password.service'; @Component({ selector: 'jhi-settings', templateUrl: './settings.component.html', - providers: [LocalStorageService], }) export class SettingsComponent implements OnInit { currentUrl = this.router.url; diff --git a/src/main/webapp/app/app.module.ts b/src/main/webapp/app/app.module.ts index f1095a5..695bffe 100644 --- a/src/main/webapp/app/app.module.ts +++ b/src/main/webapp/app/app.module.ts @@ -60,7 +60,6 @@ import { SidebarComponent } from './layouts/sidebar/sidebar.component'; }), ], providers: [ - LocalStorageService, Title, { provide: LOCALE_ID, useValue: 'es' }, { provide: NgbDateAdapter, useClass: NgbDateDayjsAdapter },