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 1
1
< p >
2
- <!-- #docregion toolbar-simple -->
2
+ <!-- #docregion toolbar-simple -->
3
3
< mat-toolbar >
4
4
< span > My Application</ span >
5
5
</ mat-toolbar >
6
- <!-- #enddocregion toolbar-simple -->
6
+ <!-- #enddocregion toolbar-simple -->
7
7
</ p >
8
8
9
9
< p >
10
10
< 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 >
23
23
</ p >
24
24
25
25
< p >
You can’t perform that action at this time.
0 commit comments