Angular custom Tooltip component
inspired by W3S
This example uses content projection to define the content of our tooltip
<app-tooltip>
<span tooltip-text>Line 1 text<br/>Line 2 text<br/>Line 3 text</span>
</app-tooltip>
inspired by W3S
This example uses content projection to define the content of our tooltip
<app-tooltip>
<span tooltip-text>Line 1 text<br/>Line 2 text<br/>Line 3 text</span>
</app-tooltip>