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…