File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/material-examples/button-toggle-exclusive Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< mat-button-toggle-group #group ="matButtonToggleGroup ">
2
- < mat-button-toggle value ="left ">
2
+ < mat-button-toggle value ="left " aria-label =" Text align left " >
3
3
< mat-icon > format_align_left</ mat-icon >
4
4
</ mat-button-toggle >
5
- < mat-button-toggle value ="center ">
5
+ < mat-button-toggle value ="center " aria-label =" Text align center " >
6
6
< mat-icon > format_align_center</ mat-icon >
7
7
</ mat-button-toggle >
8
- < mat-button-toggle value ="right ">
8
+ < mat-button-toggle value ="right " aria-label =" Text align right " >
9
9
< mat-icon > format_align_right</ mat-icon >
10
10
</ mat-button-toggle >
11
- < mat-button-toggle value ="justify " disabled >
11
+ < mat-button-toggle value ="justify " disabled aria-label =" Text align justify " >
12
12
< mat-icon > format_align_justify</ mat-icon >
13
13
</ mat-button-toggle >
14
14
</ mat-button-toggle-group >
You can’t perform that action at this time.
0 commit comments