ngstyle
<div [ngStyle]="{'background-color':person.country === 'UK' ? 'green' : 'red' }"></<div>
Gorgeous Gazelle
<div [ngStyle]="{'background-color':person.country === 'UK' ? 'green' : 'red' }"></<div>
<some-element [ngStyle]="{'max-width.px': widthExp}">...</some-element>
content_copy
<some-element [ngStyle]="{'max-width.px': widthExp}">...</some-element>