commit
						6e8aa263fd
					
				| 
						 | 
				
			
			@ -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