@@ -40,20 +40,20 @@ <h3>Flat Buttons</h3>
40
40
41
41
< h3 > Icon Buttons</ h3 >
42
42
< div class ="example-button-row ">
43
- < button mat-icon-button >
44
- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
43
+ < button mat-icon-button aria-label =" Example icon-button with a heart icon " >
44
+ < mat-icon > favorite</ mat-icon >
45
45
</ button >
46
- < button mat-icon-button color ="primary ">
47
- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
46
+ < button mat-icon-button color ="primary " aria-label =" Example icon-button with a heart icon " >
47
+ < mat-icon > favorite</ mat-icon >
48
48
</ button >
49
- < button mat-icon-button color ="accent ">
50
- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
49
+ < button mat-icon-button color ="accent " aria-label =" Example icon-button with a heart icon " >
50
+ < mat-icon > favorite</ mat-icon >
51
51
</ button >
52
- < button mat-icon-button color ="warn ">
53
- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
52
+ < button mat-icon-button color ="warn " aria-label =" Example icon-button with a heart icon " >
53
+ < mat-icon > favorite</ mat-icon >
54
54
</ button >
55
- < button mat-icon-button disabled >
56
- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
55
+ < button mat-icon-button disabled aria-label =" Example icon-button with a heart icon " >
56
+ < mat-icon > favorite</ mat-icon >
57
57
</ button >
58
58
</ div >
59
59
@@ -64,8 +64,8 @@ <h3>Fab Buttons</h3>
64
64
< button mat-fab color ="accent "> Accent</ button >
65
65
< button mat-fab color ="warn "> Warn</ button >
66
66
< button mat-fab disabled > Disabled</ button >
67
- < button mat-fab >
68
- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
67
+ < button mat-fab aria-label =" Example icon-button with a heart icon " >
68
+ < mat-icon > favorite</ mat-icon >
69
69
</ button >
70
70
< a mat-fab routerLink =". "> Link</ a >
71
71
</ div >
@@ -77,8 +77,8 @@ <h3>Mini Fab Buttons</h3>
77
77
< button mat-mini-fab color ="accent "> Accent</ button >
78
78
< button mat-mini-fab color ="warn "> Warn</ button >
79
79
< button mat-mini-fab disabled > Disabled</ button >
80
- < button mat-mini-fab >
81
- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
80
+ < button mat-mini-fab aria-label =" Example icon-button with a heart icon " >
81
+ < mat-icon > favorite</ mat-icon >
82
82
</ button >
83
83
< a mat-mini-fab routerLink =". "> Link</ a >
84
84
</ div >
0 commit comments