Sending a Post Request | Angular HTTP | Angular 13+

preview_player
Показать описание
In this lecture you will learn how create and add some data in the database by sending an HTTP post request to the server. Let's learn step by step how to send a post request from an angular application.

Рекомендации по теме
Комментарии
Автор

One of the best lecturer on YouTube 😐😀

vinayakteradali
Автор

This was a wonderful tutorial, bit by bit 😊. It was my very first time doing this(though in Django) and shout outs, you saved my time a whole lot. 💗

jacobokomo
Автор

Thank you sir. You are a blessing on this Earth.

meanpillscasper
Автор

you saved my day with the subscribe issue !!! thanks bro

_Afsus
Автор

Yes this was great thank you so much! I have so much more confidence with http client than before I watched it :)

thatChillLife
Автор

I have a question that why i'm not able to see those responses in the console. but the data is available in the end URL with the product name as well...and the data i have dubmitted is also available under products array...but i response is not logging properly in the console....please help me with this.

ayelamadhuri
Автор

Why you did not use service class here in order to pass url? Without service class it is possible to connect with API?

mdahsan
Автор

Wow thanks for this video. I was chasing a ghost for 2 days trying to figure why my api was not being called.

vern
Автор

And idea why the OPTIONS request is listed after the POST request at 13:20 ?

Is it just odd browser behavior?

JesseUnderscoreMartin
Автор

What is the correct method to refresh the All products list automatically after the Add Product?

Andrei_D.
Автор

is this crud operations same for reactive forms in angular-16?

sarikalambole
Автор

'http error response'. There seems a problem. The response I get in the network is

{
'error' : "Permission failed"
}

Why is that? Please help. Thanks.

harukananase
Автор

what is the use of header?? whether we write the third param or not, it does not make any difference in the database so what is the main usecase of it??

deepbpatel
Автор

What can I do if my headers option is not executed successfully..
I don't receive an 'ok' in status code

jesintha
Автор

You're an amazing teacher. Thank you

Inkartnee
Автор

Sir in my case, firebase is giving error code 401, unauthorised access, even if it is in test mode...

RAHULMISHRA-lvjg
Автор

I am facing CORS plocy issue. Please guide me to resolve it.

aaalearnings
Автор

I am getting 405 not allowed error in development console and In my firebase database also data is not getting inserted....please fix my problem anyone

triveniparsam
Автор

Getting CORS error while submit. Any tips to fix that?

ituniro
Автор

Hi, thans for this tutorial. I try to post data from signup page to postgresql database. Is there any way to do it, this task.

abdullahgur