I am inserting data from QUILL text editor, which is stored in HTML format. When I access the data to show somewhere it is showing same as HTML, I need that to show as normal text.
<div class="card p-3 mb-3" [innerHTML]="mcq.question ">
JSON from DB:
0:
answer: "<p>mcq-1 A</p>"
question: "<p>mcq-1\tQ</p>"
