You have two options. Use host property. @Component({ selector : 'my-component', host : { '[style.color]' : "'red'", ...
確定! 回上一頁