File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/demo-app/a11y/sidenav Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,17 @@ <h1 class="a11y-demo-sidenav-app-name">Dual Sidenav App</h1>
26
26
</ button >
27
27
</ mat-sidenav-content >
28
28
29
- < mat-sidenav #endSnav mode ="side " position ="end " class ="a11y-demo-sidenav-playlist " role ="region ">
29
+ < mat-sidenav #endSnav mode ="side " position ="end " class ="a11y-demo-sidenav-playlist " role ="region "
30
+ (open) ="playlist1.focus() ">
30
31
< h2 class ="a11y-demo-sidenav-playlist-header "> Playlists</ h2 >
31
- < button mat-button aria-label ="Thumbs up playlist " (click) ="play('Thumbs up') ">
32
+ < button #playlist1 mat-button aria-label ="Thumbs up playlist " (click) ="play('Thumbs up') ">
32
33
Thumbs up
33
34
</ button >
34
35
< button mat-button aria-label ="Last added playlist " (click) ="play('Last added') ">
35
36
Last added
36
37
</ button >
37
- < button mat-button aria-label ="Free and purchased playlist " (click) ="play('Free and purchased') ">
38
+ < button mat-button aria-label ="Free and purchased playlist "
39
+ (click) ="play('Free and purchased') ">
38
40
Free and purchased
39
41
</ button >
40
42
</ mat-sidenav >
You can’t perform that action at this time.
0 commit comments