Angular
Fundamentals of Angular - Communicating with a Server

Making POST Requests

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 

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