open document

This commit is contained in:
Peter Maquiran
2022-06-30 16:47:45 +01:00
parent 28880f015e
commit b673e37c60
4 changed files with 19 additions and 2 deletions
@@ -46,6 +46,7 @@ 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();