I have a list of documents in the same folder I'm serving my Angular application from. I want to make a webpage that shows a list of the documents, and links to download individual ones.
How would I accomplish this?
Although it is generally advisable to serve docs through your own backend,but you could simplify that effort by using some standard angular packages. Below are some of the options: