In Angular 15, There is no environment files so we are using proxy.config file for setting api path for local development but that will not work in production build.
Below is the proxy.config.json file.
is anyone has suggestion for production build work with dynamic api path setting?