259. Sending a POST Request

10:11 2 ဟောပြောသူ 3 အခန်းများ 248 ပိုင်း

ဟောပြောသူ

အခန်းများ

  1. 0:02

    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…

  2. 5:02

    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…

  3. 10:04

    the core takeaway is that requests are only sent when you subscribe.