angular in linstyle code example
Example 1: ngstyle
<div [ngStyle]="{'background-color':person.country === 'UK' ? 'green' : 'red' }"></<div>
Example 2: ngstyle
<some-element [ngStyle]="{'font-style': styleExp}">...</some-element>
<div [ngStyle]="{'background-color':person.country === 'UK' ? 'green' : 'red' }"></<div>
<some-element [ngStyle]="{'font-style': styleExp}">...</some-element>