Juan Manuel Lopez
Juan Manuel Lopez
> ##### **Overview of the issue** > How to fix Blob front Angular view issue ? > > ##### **Motivation for or Use Case** > When you use nhipster entity...
> @jlopezjuy thanks for the response, but I don't understand very well your message. You are saying, that the fix suggested do not resolve the angular blob issue? yes, if...
maybe the solution work only with images... not with files...
i was tested with diferent pdf and other files.
On java jhipster app this work ok because spring return blob into base64, typorm return Buffer... maybe thats is the problem... > @jlopezjuy thanks. Have you some suggestions to fix...
Hi folks... i have worked on proyect last mont and one coworker solve this problem with this code: ``` getDocumentoById(idNumber: number) { this._documentosServices.getDocumentosById(idNumber).subscribe(docData => { const typedata = docData.data.VirtualPath; const...
Do you know how to disable? i have remove dependency but login still working.