.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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -