标签: angular
为什么有人不能在angular2 template literals指令中使用ngStyle?例如,此代码:
ngStyle
<div [ngStyle]="{'background': `linear-gradient(black ${percent}%, white ${percent}%`}">test text</div>
(其中percent是组件内部的变量)给出错误
percent
意外的令牌Lexer错误:意外的字符[`]