I have a web application that uses multiple iframes to load data from different URLs(loading reports from different BI tools). When I click for example on 2nd iframe, the data of 1st iframe is loaded in 2nd iframe for a while and then the 2nd iframe's data gets loaded. How to remove this 1st iframe data from loading into 2nd?
Issue resolved. Just used ngIf wer iframe was present in the code that will check if reports were present then oly display the data and gave one cleanup method in close button that would empty all the report data upon closing.