lroura

Results 1 comments of lroura

For angular 15 you should use ` "ng2-pdf-viewer": "^9.1.5",` In my case after getting PDF file from server request I set value as ```typescrypt this.actionsSubject .pipe(ofType(emittedDocumentsDownloadPdfDraftSRCSuccess)) .subscribe(value => { this.pdfSrc...