We have few html pages.We are fetching content of those HTML pages from the database but tags are present in the file.We are using innerHtml (property binding) to render content into Html tags.
I would like to render the entire HTML page from the database in the Angular application.
Is there any way through which I can pull data from the backend alongside HTML tags and render those in Angular?