CORS issue both from localhost and deployment on backendless.com

This error is commonly seen when running front-end locally.
The browser will block because of same-origin-policy,
the http://localhost:4200 and https://api.backendless.com are diff domains.

The common way to fix is to use a proxy locally (configured in the angular.json)