ngStyle

참조

<div [ngStyle]="{'background-color':person.country === 'UK' ? 'green' : 'red' }"></div>
raffleStyle: any = {'transition': 'none 0s ease 0x', 'transform': 'rotate(50deg)'};
[ngStyle]="raffleStyle"

Table of contents 목차

평점을 남겨주세요
평점 : 2.5
총 투표수 : 1