Within my Angular application, I have integrated the following snippet into an HTML template:
<embed src="../assets/AOK_T2DM.pdf" style="width: 100%;height: 500px" type="application/pdf">
The representation of this code is as seen below:
https://i.sstatic.net/AXV5t.png
Upon clicking on 'open', the PDF file undergoes a download process.
Is there a method to simply exhibit the content rather than initiating a download?