I have a component with a ts file that contains HTML content as a variable.
Let's say para1=
<a href="www.google.com">sitename</a> more content
I want to bind this paragraph in HTML as if it were actual HTML tags.
sitename
What is the best way to accomplish this?