I am working on an angular 5 application where I am having some issues access some files. Let me give show you how my project is set up so you can see the issue.
- root
- desired_files
- angularApp
- app_generating_files
So my issue is I need to be able to access the files in the desired_files
folder from my angular application. The files that go into this folder are generated by the other project also in my root. If you have any ideas on how I can do this it would be greatly appreciated.
(I am using Docker, on the app_generating_files
project, so I'm not sure if it would be a good idea to try and use that)