In Angular2, I can't seem to set the transform style via this syntax:
[style.transform]="'translate(100px,0px)'
By comparison, this does work on the same element:
[style.backgroundColor]="'red'"
In Angular2, I can't seem to set the transform style via this syntax:
[style.transform]="'translate(100px,0px)'
By comparison, this does work on the same element:
[style.backgroundColor]="'red'"