admin管理员组文章数量:1346672
We are trying to show HTML that comes from the database/server inside our Angular application using the [innerHTML] and SafeHtml approach.
Here is the flow...
- Data comes from the server into the component, inside the object there is a property that contains HTML.
- Inside the component, we take that HTML string, and create a SafeHtml property
- We want to display the SafeHtml in the UI inside a Bootstrap tooltip using the [title] property binding
The problem is, inside the tooltip, it doesn't render the HTML tags, and shows "SafeValue must use [property]=binding:" message.
We also tried to display the SafeHtml via [innerHTML] inside a div, and the html tags don't get rendered there either. We then created a hard-coded variable inside the component with the HTML, and it renders it with [innerHTML] without any issues.
Can someone please help point out what I'm overlooking here?
本文标签:
版权声明:本文标题:How to use SafeHtml & DomSanitizer to display dynamic HTML content from server inside tooltips in Angular application - 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743829238a2546215.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论