Merge pull request #36 from Quantum-P3/feature/US-08

fix archivos
This commit is contained in:
Eduardo Quiros 2021-07-16 21:13:34 +00:00 committed by GitHub
commit 6e8aa263fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ import { PasswordService } from '../password/password.service';
@Component({ @Component({
selector: 'jhi-settings', selector: 'jhi-settings',
templateUrl: './settings.component.html', templateUrl: './settings.component.html',
providers: [LocalStorageService],
}) })
export class SettingsComponent implements OnInit { export class SettingsComponent implements OnInit {
currentUrl = this.router.url; currentUrl = this.router.url;

View File

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