In my Angular 6 app, I'm currently using the Tooltip feature from ngx-bootstrap to show tooltips.
I need to show the tooltips in some disabled buttons, however it does not work (it only works with non-disabled buttons).
Is there a way to change this behaviour and always show the tooltip (regardless if the item is disabled) ?