.net - how can I read appsettings.json from angular? -


i trying read appsettings.json on angular , set url depending on settings on appsettings.json.

on appsettings.json have defined url test , dev environments.

i want on angular set urls depending on file.

is possible?

thanks

you can use $http.get('path/to/appsettings.json') data json file.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -