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 +17
-14
lines changed Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 11< div class ="app-fullpage ">
2- < mat-toolbar color ="accent " class ="mat-elevation-z6 ">
3- < button mat-icon-button (click) ="sidenav.toggle() ">
4- < mat-icon >
5- menu
6- </ mat-icon >
7- </ button >
8- < span class ="title "> RxJS Docs </ span >
9- </ mat-toolbar >
2+ < header >
3+ < mat-toolbar color ="accent " class ="mat-elevation-z6 ">
4+ < button mat-icon-button (click) ="sidenav.toggle() " aria-label ="menu ">
5+ < mat-icon >
6+ menu
7+ </ mat-icon >
8+ </ button >
9+ < span class ="title "> RxJS Docs </ span >
10+ </ mat-toolbar >
11+ </ header >
1012 < mat-sidenav-container >
11- < mat-sidenav #sidenav >
13+ < mat-sidenav #sidenav role =" navigation " >
1214 < mat-nav-list (click) ="sidenav.toggle() ">
13- < a *ngFor ="let menu of menus " mat-list-item routerLinkActive ="active "
14- [routerLinkActiveOptions] ="menu.options "
15+ < a *ngFor ="let menu of menus " mat-list-item routerLinkActive ="active "
16+ [routerLinkActiveOptions] ="menu.options "
1517 [routerLink] ="menu.link ">
16- {{menu.title}}
18+ {{menu.title}}
1719 </ a >
1820 </ mat-nav-list >
1921 </ mat-sidenav >
20- < div class ="body-margin ">
22+ < main class ="body-margin ">
2123 < router-outlet > </ router-outlet >
22- </ div >
24+ </ main >
2325 </ mat-sidenav-container >
2426</ div >
Original file line number Diff line number Diff line change 11.title {
22 padding : 0 16px ;
3+ font-weight : 600 ;
34}
You can’t perform that action at this time.
0 commit comments