Outline

In this video...

We will learn how to make POST requests with Angular.

Generally POST requests are used to either create a new piece of data, or cause an action to be taken on the server. Unlike GET requests you will send data with a POST request and possibly receive data back.

 

I finished! On to the next chapter