Using iframe in angular 6 application.
Anonymous
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