Reputation: 125
Is there a tooltip that reads html format text in angular 2?
I have not found anything about this in this forum
Upvotes: 1
Views: 2518
Reputation: 918
I like to use PrimeNg as a component library for angular development. It provides a lot of useful components and it also has a tooltip component.
https://www.primefaces.org/primeng/#/tooltip
Make sure you put the [escape] property to false to support HTML tags in the content of the tooltip.
Upvotes: 2