I'm writing code to add angular material tooltip with ts code to angular 7.
In template its added. But tooltip don't work.
let outerRect = $('<div matTooltip="Hello" matTooltipPosition="right"></div>');
In template shown:
<div mattooltip="Hello" mattooltipposition="right">
But don't work when hover to element.