I have a link in angular to download a file but still it redirects to that path
this is the link
<a target="_self" href="../../public/temp/ecs.pdf" download="foo.pdf">down</a>
should we have to add anything else?
I have a link in angular to download a file but still it redirects to that path
this is the link
<a target="_self" href="../../public/temp/ecs.pdf" download="foo.pdf">down</a>
should we have to add anything else?