.html page
<iframe width="100%" height="100%" src="{{url}}" frameborder="0" allowfullscreen></iframe>
.ts file
this.url = 'https://www.youtube.com';
On change of selection from dropdown list based on the url ifrmae src should get updated.
.ts file this.url = 'https://www.youtube.com'; O" /> .ts file this.url = 'https://www.youtube.com'; O" /> .ts file this.url = 'https://www.youtube.com'; O"/>
.html page
<iframe width="100%" height="100%" src="{{url}}" frameborder="0" allowfullscreen></iframe>
.ts file
this.url = 'https://www.youtube.com';
On change of selection from dropdown list based on the url ifrmae src should get updated.
in .html page
in .ts file
Initialise it in constructor as below
add these lines wherever this you want to get triggered.