<dxi-item *ngFor="let file of fileList"> <iframe [src]="dom.bypassSecurityTrustResourceUrl(appInfo.getServerUrl()+'/not/important/'+appInfo.sessionInfo.companyId.toString() + '/' +file.repoId.toString())"></iframe> </dxi-item>
Anything I render inside of this iframe will continually rerender when i interact with the webpage at all... wondering how to prevent this continuous rerendering.
1.4m articles
1.4m replys
5 comments
57.0k users