Answers for "condition based styling angular"

6

conditional style angular

<div [ngStyle]="{'color':employee.country === 'India' ? 'orange' : 'red' }"></<div>
Posted by: Guest on October-18-2020

Code answers related to "condition based styling angular"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language