1. Save some files in a static folder on your server
2. Serve that file using a GET api: res.download(file_path)
3. Create a service that makes an http.get() call
4. Consume observable from that service using a Blob object
5. Consume that Blob object by displaying the file in a browser or saving to 'download' folder