0
と私は配列リストをループしていて、その中のオブジェクトがキー値を含めることは「isRead」ですionic3 ngfor異なるCSS
<button ion-item text-wrap *ngFor="let notice of notices" ng-style="{ 'background': notice.isRead=='1': ? '#DCF7E3': '#FFFFFF' }">
<ion-avatar item-start>
<img src="{{notice.imageUrl}}" style="border-radius:0px;">
</ion-avatar>
<h3 [hidden]="slang!='en'" style="color:#172845;">{{notice.msgEN}}</h3>
<h3 [hidden]="slang!='zh'" style="color:#172845;">{{notice.msgTW}}</h3>
</button>
私の問題は、 "isRead"を使って背景色を変えたいと思っていますが、今は動作していないようです。
[CSSでスタイルプロパティを追加するにはどうすればよいですか?](https://stackoverflow.com/questions/44883775/how-can-i-add-additional-style-properties-in-css) -in-angular) – sebaferreras