This commit is contained in:
Peter Maquiran
2022-07-04 14:08:51 +01:00
parent f4d7bcfd23
commit 6674d459b1
6 changed files with 13 additions and 63 deletions
@@ -46,7 +46,6 @@ export class ViewDocumentPage implements OnInit {
this.processes.GetViewer(this.docId, this.applicationId).subscribe(res=> {
const link: string = res;
console.log(res,' link!!!')
this.trustedUrl = this.sanitazer.bypassSecurityTrustResourceUrl(link);
}, ()=>{
this.close();