add json file to Angular 12 project that I can read from code, which will be separated after build on web server
Budget: $10 – $30 USD
I need to add a config json file to angular 12 project, that I could use in my code, and edit on the web server so it would be dynamic.
e.g:
{
"api1": "http://somethings.com",
"api2": "http://somethings2.com",
}
The goal of the project is to tell me how to do it.
e.g:
{
"api1": "http://somethings.com",
"api2": "http://somethings2.com",
}
The goal of the project is to tell me how to do it.