File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components-examples/material/chips/chips-avatar Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< mat-chip-list aria-label ="Dog selection ">
2
2
< mat-chip >
3
3
< mat-chip-avatar >
4
- < img src ="https://material.angular.io/assets/img/examples/shiba1.jpg " alt ="shiba1 image "/>
4
+ < img src ="https://material.angular.io/assets/img/examples/shiba1.jpg " alt ="Photo of a Shiba Inu "/>
5
5
</ mat-chip-avatar >
6
6
Dog one
7
7
</ mat-chip >
8
8
< mat-chip color ="primary ">
9
9
< mat-chip-avatar >
10
- < img src ="https://material.angular.io/assets/img/examples/shiba1.jpg " alt ="shiba1 image "/>
10
+ < img src ="https://material.angular.io/assets/img/examples/shiba1.jpg " alt ="Photo of a Shiba Inu "/>
11
11
</ mat-chip-avatar >
12
12
Dog two
13
13
</ mat-chip >
14
14
< mat-chip color ="accent ">
15
15
< mat-chip-avatar >
16
- < img src ="https://material.angular.io/assets/img/examples/shiba1.jpg " alt ="shiba1 image "/>
16
+ < img src ="https://material.angular.io/assets/img/examples/shiba1.jpg " alt ="Photo of a Shiba Inu "/>
17
17
</ mat-chip-avatar >
18
18
Dog three
19
19
</ mat-chip >
You can’t perform that action at this time.
0 commit comments