在材质工具提示内添加 href

Sam*_*Sam 6 tooltip npm angular-material angular

我有带有工具提示的材料信息图标。如何在工具提示中添加链接?

<i matTooltip='Make Changes<a href="https://myweb.com">here</>' matTooltipClass="tooltipFont" matTooltipPosition="above" class="fa fa-pencil" aria-hidden="true" style="float:right;margin-right: 8%"></i>
Run Code Online (Sandbox Code Playgroud)

所以工具提示如下所示

在这里进行更改