I'm looking to add a link to my resume on my personal website. Currently, I'm using the Angular template in Visual Studio 2017.
My PDF file is stored inside a specific directory within my project:
/components/navmenu/resume.pdf
/components/navmenu/navmenu.component.html
/components/navmenu/navmenu.component.css
/components/navmenu/navmenu.component.ts
In navmenu.component.html, I have added:
<a href="resume.pdf">Resume</a>
As of now, my project has not been published to a server and is only running on Localhost. How can I view the resume.pdf file in the browser?