I am using Angular 7. I want to invoke an URL which returns HTML (that basically renders map from a site).
Through the below program, I am able to hit the External Server URL (http://localhost:3344/webappbuilder/apps/8) and it generates a blob (returning text/html).
I want to manipulate the blob and place it on div to display the the html in the form of map.
May I know how I can manipulate the blob and render the results(HTML) as map on Angular 7.
and also let me know:
How can I load an external HTML file (http://localhost:3344/webappbuilder/apps/8/index.html) on my Angular page (Angular 7)?