I have a requirement to develop download all types of files from a folder as zip in angular. I am new in angular.How to do it?
I don't know how to do this can you please help?
I have a requirement to develop download all types of files from a folder as zip in angular. I am new in angular.How to do it?
I don't know how to do this can you please help?
From what I understand you need to:
responseType:'arraybuffer'
solution which is less "hacky" event though the blob one will work as well.