我正在尝试向Angular2中的a
标记添加任意自定义属性,并且它是PITA,会抛出错误消息。我不知不觉地以某种方式打开了“愤怒的妈妈模式”?如何添加自定义属性而不将框架翻转?
<a [routerLink]=" ['some', 'location'] " data-custom="val" >Link</a>
EXCEPTION: Uncaught (in promise): Error: Template parse errors:
Can't bind to 'custom' since it isn't a known property of 'a'.
答案 0 :(得分:0)
您可以执行[attr.data-custom]="val"
之类的操作,而angular会正确解析