this is mi code :/ I tried with viewchild, with contentWindow.location.reload(true) without getting results
.HTML
<iframe [src]="url_safe" frameborder="0" allowfullscreen></iframe>
.TS
ngOnChanges(changes: SimpleChanges) {
this.url = `${SettingsService.lemu_base}/components/contactos/#/contactos/${this.id_company}/${this.token}/${this.role}`
this.url_safe = this.sanitizer.bypassSecurityTrustResourceUrl(this.url);
this.change.detectChanges();