I have my config file at location /etc/project/project.config
How can I access this file in my project ? With every build this file changes (so no use of saving statically in project) and I need to access some contents from it.
I have referred and tried this - Angular 2 / Angular 4 : How can i access file from the local system location?
but this is not working. Can you please help to get this file?