How to route/link to a PDF file in Angular 2?
<a href="..
should work. I think the problem is the path for your pdf file. Did you try <a href="/assets/file.pdf>
, instead of ../assets
?
<a href="..
should work. I think the problem is the path for your pdf file. Did you try <a href="/assets/file.pdf>
, instead of ../assets
?