In the Web API's Web.config file, I have defined configurations like MAX_FILE_SIZE and others. I want to retrieve these configurations from the backend and make them available to all Angular 6 components globally. Could someone suggest the most effective way to achieve this?
It is important that these configurations are read-only in the frontend code. Additionally, these configurations might be updated at runtime on the backend from the Web.config file.