I am trying to download a blob from my Azure Blob Storage using a .NET API and a Angular front end. I can get swagger returning a download link where I can download the file to my local machine, but in Angular nothing happens. In an ideal world, I would be able to click a link in Angular, which calls my API and the file downloads straight away. I am getting no errors reported.
Here is what I have so far:
This is the only thing I've tried really but looking online nothing seems to use CloudBlockBlob so maybe I need to change that? I am using it to get my list of documents and thats working all good!
Update
I have now got it downloading something, but in cloud bob storage the file downloads fine, but fetching the data from my API via Angular isnt working quite the same. The file will download but its jut an empty file. Here is my code if anyone has any suggestions?



