hello I am bringing values through a keyValue, the data is coming in a normal way but at the moment of giving a ngClass it does not assign the css
<div *ngFor="let label of customersLabelCard | keyvalue" [ngClass]="
{'bg__amber': label.value.yellow === '1'}"
class="label " fxFlex="none">
</div>