In my HTML, I am using
to show some text, like this:
 <p> {{item.bio}} </p>
And here is the sample of bio object:
 "bio": "A<br>B<br>C<br>D<br>E<br>F"
I was expecting that I'll get each and every alphabet in separate lines, but worst thing is when I run my HTML, showing me text as it is written with <br> tag.
 
     
     
     
    