I have to change color of ion-card-content using below code but did not get it.
<ion-card *ngFor="let p of notes">
<ion-card-content style="background-color: {{p.bgcolor}}">
<div [innerHTML]="p.data"></div>
</ion-card-content>
</ion-card>