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