我正在使用innerhtml将聊天消息绑定到我的应用程序中。从服务器端我发送了一条消息,我试图将html内容转换为角度6的普通链接内容。
<a href="https://helloworld.com/test"" class="linkified" target="_blank">https://helloworld.com/test"</a>
在客户端,我的输出为
https://helloworld.com/test" class="linkified" target="_blank">https://helloworld.com/test" class="linkified" target="_blank">" class="linkified" target="_blank">https://helloworld.com/test" class="linkified" target="_blank">https://helloworld.com/test
如何在我的聊天窗口中显示普通超链接。 我的输出应为https://helloworld.com/test“
我的聊天窗口设计为
<p [innerHTML]="msgObj.message" class="mr-2 pr-1 mb-0"></p>
在我们的应用程序中收到消息时。在api中显示为
{"message": "<a href="<a href="https://helloworld.com/test"" class="linkified" target="_blank">https://helloworld.com/test&quot</a>;" class="linkified" target="_blank"><a href="https://helloworld.com/test"</a>" class="linkified" target="_blank">https://helloworld.com/test"</a></a>"}