https://i.sstatic.net/mWBb5.png
This is an .html page
<iframe width="100%" height="100%" src="{{url}}" frameborder="0" allowfullscreen></iframe>
Here is the code for a .ts file
this.url = 'https://www.youtube.com';
Whenever a selection is changed from the dropdown list, the iframe src should be updated based on the new url.