I am trying to read from appsettings.json on angular and set the url depending on the settings on appsettings.json.
On my appsettings.json I have defined the url for the test and dev environments.
I want on angular to set the urls depending on that file.
Is that possible?
Thanks