File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h4 class="sample-title">Swipe left or right to perform action</h4>
15
15
< igx-avatar igxListThumbnail [src] ="item.avatar " [roundShape] ="true "> </ igx-avatar >
16
16
< p igxListLineTitle > {{item.text}}</ p >
17
17
< span igxListLineSubTitle > {{item.phone}}</ span >
18
- < igx-icon igxListAction [color] ="item.favorite ? 'orange' : 'lightgray' " (click) ="toggleFavorite(item) "> star</ igx-icon >
18
+ < igx-icon igxListAction [style. color] ="item.favorite ? 'orange' : 'lightgray' " (click) ="toggleFavorite(item) "> star</ igx-icon >
19
19
</ igx-list-item >
20
20
</ igx-list >
21
21
< igx-toast #toast > </ igx-toast >
@@ -37,7 +37,7 @@ <h4 class="sample-title">Swipe left or right to perform action</h4>
37
37
< igx-avatar igxListThumbnail [src] ="item.avatar " [roundShape] ="true "> </ igx-avatar >
38
38
< p igxListLineTitle > {{item.text}}</ p >
39
39
< span igxListLineSubTitle > {{item.phone}}</ span >
40
- < igx-icon igxListAction [color] ="item.favorite ? 'orange' : 'lightgray' " (click) ="toggleFavorite(item) "> star</ igx-icon >
40
+ < igx-icon igxListAction [style. color] ="item.favorite ? 'orange' : 'lightgray' " (click) ="toggleFavorite(item) "> star</ igx-icon >
41
41
</ igx-list-item >
42
42
</ igx-list >
43
43
< igx-toast #toast > </ igx-toast >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ <h4 class="sample-title">Performance sample</h4>
18
18
< igx-list-item igxRipple ="pink " igxRippleTarget =".igx-list__item " *igxFor ="let item of data | igxFilter: fo1; scrollOrientation : 'vertical'; containerSize: '500px'; itemSize: '56px' ">
19
19
< igx-avatar igxListThumbnail [src] ="item.avatar " [roundShape] ="true "> </ igx-avatar >
20
20
< span igxListLine igxListLineTitle > {{item.text}}</ span >
21
- < igx-icon igxListAction [color] ="item.favorite ? 'orange' : 'lightgray' "> star</ igx-icon >
21
+ < igx-icon igxListAction [style. color] ="item.favorite ? 'orange' : 'lightgray' "> star</ igx-icon >
22
22
</ igx-list-item >
23
23
</ div >
24
24
</ igx-list >
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ <h4 class="sample-title">Data source filtered list</h4>
227
227
< igx-list-item igxRipple igxRippleTarget =".igx-list__item-content " *ngFor ="let item of navItems | igxFilter: fo1 ">
228
228
<!-- <igx-avatar igxListThumbnail [src]="item.avatar" [roundShape]="true"></igx-avatar>-->
229
229
< span igxListLine > {{item.text}}</ span >
230
- < igx-icon igxListAction [color] ="item.favorite ? 'orange' : 'lightgray' " (click) ="toggleFavorite(item) "> star</ igx-icon >
230
+ < igx-icon igxListAction [style. color] ="item.favorite ? 'orange' : 'lightgray' " (click) ="toggleFavorite(item) "> star</ igx-icon >
231
231
</ igx-list-item >
232
232
</ igx-list >
233
233
</ igx-card >
You can’t perform that action at this time.
0 commit comments