我正在尝试使用打开的标志性图标,但是一旦我尝试将图标名称动态设置为 data-glyph 属性,它就会崩溃错误是:
Uncaught Error: Template parse errors:
Can't bind to 'glyph' since it isn't a known property of 'span'. ("
<span class="oi" [ERROR ->]data-glyph="{{value}}" title="icon name" aria-hidden="true"></span>
"): ng:///AppModule/ImageButtonComponent.html@1:17
模板部分:
<span class="oi" data-glyph="{{value}}" title="icon name" aria-hidden="true"></span>