Replies: 3 comments 1 reply
-
Can you reproduce on stackblitz, please? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@NetanelBasal @seerj30 I'm experiencing the same issue with AllowHTML flag. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there.
I'm trying to use the AllowHTML flag but I can't figure out how.
Let's take as example
tippy="<strong>Tooltip</strong>"
.In
app.module.ts
I set the following:Even if the
allowHTML
is set totrue
, the string content is not rendered as HTML.Is there something I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions