I am developing an angular app that can be used by multiple client. They all use different Api endpoint(same web api deployed in different server). The app is going to be deployed in IIS using jenkins pipeline.
Now we keep the api url in environment.ts. Through multiple environment.ts we manage multiple envitronments. What is the effective way to store and update the api url. so it can serve any new customer effortlessly(wihout code change including environment.ts)