can you ngstyle in component.ts in angular 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>