how to change the environment configuration after the angular production environment is released?
for example, modify the webapi address of an angular connection.
because angular is compiled code, the api address cannot be modified directly.
how can I have a configuration file like java. Net to adjust configuration parameters for packaged code?
I know that angular has environment variables, but that is dead, and it is inconvenient to recompile every time you need to deploy the project to multiple client environments.