ngStyle指令中的模板文字

时间:2017-07-27 18:30:41

标签: angular

为什么有人不能在angular2 template literals指令中使用ngStyle?例如,此代码:

<div [ngStyle]="{'background': `linear-gradient(black ${percent}%, white ${percent}%`}">test text</div>

(其中percent是组件内部的变量)给出错误

  

意外的令牌Lexer错误:意外的字符[`]

0 个答案:

没有答案