File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/material-experimental/mdc-chips Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
< ng-content select ="mat-chip-avatar, [matChipAvatar] "> </ ng-content >
2
- < svg *ngIf ="_chipListMultiple " class ="mdc-chip__checkmark-svg " viewBox ="-2 -3 30 30 ">
3
- < path class ="mdc-chip__checkmark-path " fill ="none " stroke ="black "
4
- d ="M1.73,12.91 8.1,19.28 22.79,4.59 "/>
5
- </ svg >
2
+ < div class ="mdc-chip__checkmark " *ngIf ="_chipListMultiple ">
3
+ < svg class ="mdc-chip__checkmark-svg " viewBox ="-2 -3 30 30 ">
4
+ < path class ="mdc-chip__checkmark-path " fill ="none " stroke ="black "
5
+ d ="M1.73,12.91 8.1,19.28 22.79,4.59 "/>
6
+ </ svg >
7
+ </ div >
6
8
< div class ="mdc-chip__text "> < ng-content > </ ng-content > </ div >
7
9
< ng-content select ="mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon] "> </ ng-content >
You can’t perform that action at this time.
0 commit comments