Setup Reverse Proxy for API Endpoints in Angular
Angular is all about single page applications, which means you often needs to communicate with a remote REST server. Now the problem is your development environment is running in localhost and the API is hosted in a remote server so you get problems with same origin policy, even though you get this fixed by adding […]