call a method to set ng-Style color code example
Example 1: ngstyle
<div [ngStyle]="{'background-color':person.country === 'UK' ? 'green' : 'red' }"></<div>
Example 2: ngstyle
content_copy
<some-element [ngStyle]="{'max-width.px': widthExp}">...</some-element>