I have an iframe inside a angular2 component, and I am trying to change the content of the iframe by accessing the contentWindow. The iframe should contain a simple butt
use this:
let iframe = document.getElementById('iframe') as HTMLIFrameElement