you can use ngStyle to dyanaically add the css to your page from json. <div [ngStyle]="{'color': variable ? 'red' : 'blue'}"></div>.
確定! 回上一頁