I have material info icon which has a tooltip. How to add link in a tooltip?
<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>
So the tooltip looks like below
Make Changes here