In my Angular 6 application, I am facing an issue with a component that is used to display messages on the page. Some of the messages include hyperlinks in HTML markup, but they are not being rendered properly when displayed (they appear as plain text with markup visible).
To see an example of this issue, you can check out the sample application I created on Stackblitz @ https://stackblitz.com/edit/angular-jj5nms.
Expected message display:
Click here.
Actual message display:
Click <a href='http://www.google.com'>here</a>