Hello, I have a string that contains some html code, for example:
text = "<ion-text color='danger'>test</ion-text>";
How can I interpolate it that I don’t get the code as an output but a res “test”?
{{test}}
does not work
1 post - 1 participant