I have this data that I need to display from my database and it was a <a>
tag. I've tried doing this But the output was only like this:
Payment
I want an output like this
**EDIT: ** This tag is from database:
<a routerLink="/main/payment/5728068320760030">Payment</a>
What I did in the Html part was like this:
<div innerHtml="x.Purpose"></div>
Still, the output is like this:
Note: I just want to use the <a>
for my users to go easily to that path
Payment