HTML
<ion-content >
<iframe sandbox="allow-forms allow-popups allow-pointer-lock allow-same-origin allow-scripts" *ngIf="!loading" style="width:100%; height:100%; border:none; " [src]="yourURl"></iframe>
</ion-content>
Добавьте эту строку в ваш конструктор
this.yourURl=this.sanitizer.bypassSecurityTrustResourceUrl(URL_link_here);