We are getting HTML content from the database by using API call. We are using third party script url.
Example:
<div style="height:500px"><script type='text/javascript' src='//www.google.com'></script></div>
We need to display above HTML content into existing angular2 application.