如何将值(<p> John </p>)绑定到Mat表单字段的输入字段John中?

时间:2019-11-24 09:56:52

标签: angular typescript angular-material material-ui angular7

我想对从后端收到的值使用innerHTML并将其绑定到matInput。

这可能吗?

1 个答案:

答案 0 :(得分:0)

角度绑定通过转义文本中的html / script来保护您免受XSS的攻击。您需要DomSanitizer返回安全的html进行绑定。检出https://angular.io/api/platform-browser/DomSanitizer