drozhzhin-n-e / ng2-tooltip-directive

The tooltip is a pop-up tip that appears when you hover over an item or click on it.
http://ivylab.space/tooltip
MIT License
102 stars 76 forks source link

Is there an option to add a link or button to the tooltip and click on it? #177

Closed asuchoj closed 1 year ago

asuchoj commented 1 year ago

I need link, which can navigate to other part of app. That tooltip support to add html code but I didn't find way to emit action like click. Can you help mewith it?

image

asuchoj commented 1 year ago

Desided it by adding [options]="{pointerEvents: 'auto'}"