new-is-app-angular2 #12

Merged
michele.artini merged 43 commits from new-is-app-angular2 into new-is-app 2023-02-06 11:30:14 +01:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit c8b8bf0dfd - Show all commits

View File

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

View File

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