It's possible to set a proxy URL when making a HTTP Rest API request using curl.
Does angular http client provide an option to set proxy when making API calls?
I looked at Angular documentation, but haven't seen any such setting.
UPDATE:
I have a CI/CD environment, where an angular build happens and the build is uploaded to an S3 Bucket in AWS. I believe I can not run ng serve manually in AWS to pass the proxy config file as a parameter. Therefore, I was looking for a solution, where we may send a header to the Angular Http client or something like that, like what curl does.