@BrunoGZ wrote:
I have this:
<ion-card-content> <p align="justify">{{ mensagem[2] }}</p> </ion-card-content>
And {{ mensagem[2] }} is:
<strong>Line 1</strong> <br> Line 2
I would like it to be displayed respecting the html tags, including formatting and line breaks, but is being displayed as plain text.
Is it possible to display as html?
Thanks.
Posts: 1
Participants: 1