Actually I want to load my blob data or original file content in ngx-doc-viewer,
I could not see any solutions here to load the blob or file content in ngx-doc-viewer
It requires file path
But Instead of using file path we need to load blob data or file original content
Below I mentioned the code
<ngx-doc-viewer #document_viewer [url]="fileURL" viewer="google" style="width:100%;height:93vh;">
</ngx-doc-viewer>
Instead of using [url]="fileURL". We want to load blob data let BlobData = "blob text";