We have an Angular application that gets some input parameters and sends them to the back end where they get processed. The processing result is a pdf file that we want to o
I was looking for the same and actually you can add a download attribute for the link and that would make the trick on Chrome, I didn't tried in IE so far.