CORS issue on angular

Hi there, Im trying to use http request to get data from API, But I got some CORS issue.
I’ve tried some solution from web (e.g., reconfigure angular by add a proxy.js file).
But it still not works
Can anybody help out. Thanks in advance.

Not an expert or anything, but isn’t CORS specifically about the owner of an API allowing Cross-Origin Resource Sharing (vs the users of the API)? As in, the server you are calling is the one that has to configure the resource to be accessible from outside of their own domain.