I am working on a CRUD app built with the mean MEAN stack and I want the user to be able to enter in some basic HTML into a form field and have it render on the page. For example when the user fills out description field I want them to be able to enter a string like:
"<h2>Hello world <br> Hello Universe</h2>"
and have it remove the quotes so it renders the html. So when I put {{model.description}} into my HTML page it renders the HTML.