I would like to dynamically change the API_BASE_URL configured in my typescript client generated by NSWAG. I would like to use the same client with one API_BASE_URL within an angular module and another API_BASE_URL within another Angular module. Is this possible ?
Thanks for your help