Hi,
I am developing with Metronic 8 template (Angular) and it looks like data-bs-toggle="dropdown" and data-bs-toggle="collapse" is not working. There is no triggering event happening. This was tested on Settings portion of the Demo code, and copied Bootstrap 5 examples (from their site) into the code template and tested with that too.
Any suggestions how to fix this?
Regards
Hi,
Use ngTooltip
attribute instead:
<button type="button" class="btn btn-outline-secondary me-2" placement="top" ngbTooltip="Tooltip on top">
Tooltip on top
</button>
NgbTooltipModule
first in your module.