In my Angular application (Angular 9), there is a requirement to preview files in the browser using its base64 data. The files can be of different formats like docx, pdf, xlsx. I have looked into the ngx-doc-viewer. This library can only use the URL to show the files.
Is there any library or methods to achieve this functionality?
