, , @jazza1000, .
, ( ) angular cli , JS allowJs. jsplumb ( js) -. ( )
, JS . angular 5 angular 4 iFrame. , , angular4 iframe, "" angular 4, , , / div iframe.
angular 5
@HostListener('window:message', ['$event'])
onMessage(e) {
debugger;
if (e.origin != "http://localhost:4201") {
return false;
}
if (e.data.for == "user") {
alert('here i am');
}
}
iFrame angular 4 ( --port 4201)
window.parent.window.postMessage({"for":"user","data":"anything"}, 'http://localhost:4200')