一段时间以来,我一直在使用 ons-icon 和 angular2 时遇到问题。
<span *ngFor="let theIcon of item.getItem().style.get('icon')">
<ons-icon [icon]="theIcon"></ons-icon> {{theIcon}}
</span>
虽然 {{theIcon}} 确实显示了正确的图标文本(md-cutlery),但 ons-icon 从不显示图标。如果我将文本复制到控件中并将其更改为 icon="md-cutlery",则显示正常。
我错过了什么?