以非声明方式添加Angular html代码

时间:2019-05-07 08:16:34

标签: angular

我们正在使用第三方组件来设置Angular中的备注列表。 备注在打字稿中设置为数组。该组件支持放置html。 我们想在备注上放一些html,以导航到同一应用程序中的另一个角度路线。 我们如何以非声明的方式在Typescript中动态添加启用了角度的html。

所以我们需要这样的东西:

this.remarks = [
    { content: 'go to <a routerLink="somewhere-in-current-app">this link</a>
];

0 个答案:

没有答案