Angular
Fundamentals of Angular - Configuration & Production

How to Proxy your Dev Server API Calls

Outline

In this video...

You will learn about how to configure a proxy setting using the development server.

When requests are made that need to be handled by an API server during development, you will need to proxy those calls to your API server. The underlying web server in development is the Webpack Dev Server. This server supports a proxy setting that proxies certain calls to another port. This is done using the proxy.conf.json file.

 

I finished! On to the next chapter