removed menu label
This commit is contained in:
parent
f4f076dc6a
commit
c8b8bf0dfd
|
@ -3,7 +3,6 @@
|
|||
[attr.role]="(isHandset$ | async) ? 'dialog' : 'navigation'"
|
||||
[mode]="(isHandset$ | async) ? 'over' : 'side'"
|
||||
[opened]="(isHandset$ | async) === false">
|
||||
<mat-toolbar>Menu</mat-toolbar>
|
||||
<app-main-menu-panels></app-main-menu-panels>
|
||||
</mat-sidenav>
|
||||
<mat-sidenav-content>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<div class="collapse-buttons">
|
||||
<button mat-button color="primary" (click)="accordion.openAll()">Expand All</button>
|
||||
<button mat-button color="primary" (click)="accordion.closeAll()">Collapse All</button>
|
||||
|
|
Loading…
Reference in New Issue