Search Hashnode

Search posts, tags, users, and pages

I have Angular 2 and web API application, I am trying to download pdf using Web API. Below is the sample code. When I click on download button a get request is sent to web API which in response send file stream, typescript converts this stream to PDF | Hashnode