Sign in
Log inSign up

Using iframe in angular 6 application.

Default profile photo
Anonymous
·Jan 27, 2019

Hi, I need to use iframe in my web app(angular 6) and is required to communicate forward and backward with parent window. Is there any way other than using window object, by other I mean I don't want to pollute global(window) variables. If any way we can achieve this with RxJS or any other library. Thanks