mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
refactor(header): remove unused method (#1991)
This commit is contained in:
parent
a73662f1d9
commit
59477c6721
1 changed files with 0 additions and 6 deletions
|
@ -37,12 +37,6 @@ export class HeaderComponent implements OnInit {
|
|||
return false;
|
||||
}
|
||||
|
||||
toggleSettings(): boolean {
|
||||
this.sidebarService.toggle(false, 'settings-sidebar');
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
goToHome() {
|
||||
this.menuService.navigateHome();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue