标签: angular ionic-framework ionic2 event-binding
我想在index.html中使用事件绑定。
我需要从数据库网址(Firebase)制作图标和动态快捷方式图标;
它看起来像这样:
<link rel="icon" type= "image/x-icon" href="{{icon.url}}">
但我不知道如何在index.html文件中使用变量。 你能帮帮我吗?