标签: angular
在Angular2中,我似乎无法通过以下语法设置转换样式:
[style.transform]="'translate(100px,0px)'
相比之下,这确实适用于同一个元素:
[style.backgroundColor]="'red'"