This repository was archived by the owner on Oct 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 22 < header >
33 < app-toolbar (navToggle) ="sidenav.toggle() "> </ app-toolbar >
44 </ header >
5- < main class ="app-content ">
6- < mat-sidenav-container >
7- < mat-sidenav #sidenav role ="navigation ">
8- < mat-nav-list (click) ="sidenav.toggle() ">
9- < a *ngFor ="let menu of menus " mat-list-item routerLinkActive ="active " [routerLinkActiveOptions] ="menu.options " [routerLink] ="menu.link ">
5+ < mat-sidenav-container >
6+ < mat-sidenav #sidenav role ="navigation ">
7+ < mat-nav-list (click) ="sidenav.toggle() ">
8+ < a *ngFor ="let menu of menus " mat-list-item routerLinkActive ="active " [routerLinkActiveOptions] ="menu.options " [routerLink] ="menu.link ">
109 {{menu.title}}
1110 </ a >
12- </ mat-nav-list >
13- </ mat-sidenav >
14- < router-outlet > </ router-outlet >
15- </ mat-sidenav-container >
16- </ main >
17- </ div >
11+ </ mat-nav-list >
12+ </ mat-sidenav >
13+ < router-outlet > </ router-outlet >
14+ </ mat-sidenav-container >
15+ </ div >
Original file line number Diff line number Diff line change 1111 }
1212}
1313
14- .app-content {
15- min-height : 100% ;
16- overflow : auto ;
17- display : flex ;
18- flex-direction : column ;
19- }
20-
2114mat-sidenav-container {
2215 flex : 1 1 auto ;
2316 width : 100% ;
You can’t perform that action at this time.
0 commit comments