You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to define a custom html template like this one
<button (click)="open()">open</button>
<tooltip #myTooltip="tooltip">
<div class="tooltip-content">A popover is a light roll made from an egg batter similar to that of Yorkshire pudding, typically baked in muffin tins or dedicated popover pans.</div>
<div class="tooltip-actions">
<button (click)="close()">Got it</button>
</div>
</tooltip>
I want to define a custom html template like this one
close method is working as expected. I also checked open method but it doesn't exist.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: