How can I detect an iframe finish event in angular4 mainly (angular 2+) ? I just have normal iframe like this:
<iframe [src]="..." onLoad=""></iframe>
i faced a problem that when i enter the page that include the iframe the onlaod function run directly (the src is not availbale) and it runs again when the src become available .