angular ng style example
Example 1: ngstyle
<div [ngStyle]="{'background-color':person.country === 'UK' ? 'green' : 'red' }"></<div>
Example 2: ng style
<some-element [ngStyle]="{'max-width.px': widthExp}">...</some-element>
Example 3: ngstyle
content_copy
<some-element [ngStyle]="{'max-width.px': widthExp}">...</some-element>