Example 1: conditional style angular. <div [ngStyle]="{'color':employee.country === 'India' ? 'orange' : 'red' }"></<div> ...
確定! 回上一頁