my component class has string like this:
text: string = "I am <button type='button' class='btn btn-link p-0 hashtag'
(click)='searchHashtag(innerHTML)'>#happy</button> because I have
<button type='button' class='btn btn-link p-0 mention'>@sarah</button>";
and my html template has:
<div class="container">
<p [innerHtml] = "text"></p>
</div>
The output I get is:
I am because I have