259. Sending a POST Request
10:11
2 Сөйләүчеләр
3 Бөлүмнәр
248 сегментлар
Сөйләүчеләр
Бөлүмнәр
-
0:02Гыйбрәт 1: Now attached, you'll find this project here. 300s · Speaker 2
Now attached, you'll find this project here. It's an Angular project, which I opened here. A very simple project where we have a forum, a template -driven forum, where we can enter a title, content, and then send that post here, like a very…
-
5:02Гыйбрәт 2: So we pass one additional argument here and that could be our post data. 301s · Speaker 1
So we pass one additional argument here and that could be our post data. So the data we wanna store, this data. Now, very important, you normally send JSON data when interacting with a RESTful API. And actually that will happen here as well…
-
10:04
the core takeaway is that requests are only sent when you subscribe.