How can i check whether the content in iframe loaded in angular 7? I tried (load) event but which called before iframe load complete (in fact it called two times, first when i clicked on link which shows iframe. Second when iframe loaded).
I have to show spinner till iframe load completely. unable to check whether the iframe loaded or not. I can not use jquery here. Any way to check this using angular 7 ?