fix archivos
This commit is contained in:
parent
636ce6e90e
commit
2009536345
|
@ -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;
|
||||
|
|
|
@ -60,7 +60,6 @@ import { SidebarComponent } from './layouts/sidebar/sidebar.component';
|
|||
}),
|
||||
],
|
||||
providers: [
|
||||
LocalStorageService,
|
||||
Title,
|
||||
{ provide: LOCALE_ID, useValue: 'es' },
|
||||
{ provide: NgbDateAdapter, useClass: NgbDateDayjsAdapter },
|
||||
|
|
Loading…
Reference in New Issue