File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
src/components-examples/material/toolbar/toolbar-overview Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 11< p >
2- <!-- #docregion toolbar-simple -->
2+ <!-- #docregion toolbar-simple -->
33 < mat-toolbar >
44 < span > My Application</ span >
55 </ mat-toolbar >
6- <!-- #enddocregion toolbar-simple -->
6+ <!-- #enddocregion toolbar-simple -->
77</ p >
88
99< p >
1010 < mat-toolbar >
11- < button mat-icon-button class ="example-icon " aria-label ="Example icon-button with menu icon ">
12- < mat-icon > menu</ mat-icon >
13- </ button >
14- < span > My App</ span >
15- < span class ="example-spacer "> </ span >
16- < button mat-icon-button class ="example-icon favorite-icon " aria-label ="Example icon-button with heart icon ">
17- < mat-icon > favorite</ mat-icon >
18- </ button >
19- < button mat-icon-button class ="example-icon " aria-label ="Example icon-button with share icon ">
20- < mat-icon > share</ mat-icon >
21- </ button >
22- </ mat-toolbar >
11+ < button mat-icon-button class ="example-icon " aria-label ="Example icon-button with menu icon ">
12+ < mat-icon > menu</ mat-icon >
13+ </ button >
14+ < span > My App</ span >
15+ < span class ="example-spacer "> </ span >
16+ < button mat-icon-button class ="example-icon favorite-icon " aria-label ="Example icon-button with heart icon ">
17+ < mat-icon > favorite</ mat-icon >
18+ </ button >
19+ < button mat-icon-button class ="example-icon " aria-label ="Example icon-button with share icon ">
20+ < mat-icon > share</ mat-icon >
21+ </ button >
22+ </ mat-toolbar >
2323</ p >
2424
2525< p >
You can’t perform that action at this time.
0 commit comments