Can anyone provide guidance on how to integrate an external API with authentication (username and password) into an Angular Application? I am comfortable connecting to APIs that don't require authentication, but I am facing difficulties with APIs that need username, password, and a proxy connection. How can this information be passed in the application code? Any examples or assistance would be greatly appreciated. Thank you.