fix archivos

This commit is contained in:
Paola 2021-07-16 14:45:09 -06:00
parent 636ce6e90e
commit 2009536345
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -60,7 +60,6 @@ import { SidebarComponent } from './layouts/sidebar/sidebar.component';
}),
],
providers: [
LocalStorageService,
Title,
{ provide: LOCALE_ID, useValue: 'es' },
{ provide: NgbDateAdapter, useClass: NgbDateDayjsAdapter },