Angular HTTP API | FULL COURSE

preview_player
Показать описание

Almost all Angular applications need to make HTTP requests to a back-end web API to retrieve, save, update, and delete data (CRUD Operations).

POST − Create
GET − Read
PUT − Update
DELETE − Delete

The Angular HTTP course teaches basic, as well as advanced features of Angular HTTP Communication.

Join the Facebook Community:

Follow on:

Prerequisites 0:00
Environment Setup 1:50
Angular Framework 4:42
HTTP 6:32
RESTful Web Service 7:59
RESTful CRUD Operations 10:25
Angular HTTP API 13:35
HTTP Configuration 1 15:35
Creating Angular App 16:14
HTTP Configuration 1 17:14
Angular Services 18:17
Creating Angular Service 20:07
Injecting HTTP Client 1 22:44
Injecting HTTP Client 1 23:54
Using HTTP Client 1 25:04
JSON Placeholder 27:59
Using HTTP Client 2 28:47
Mapping HTTP Response 30:13
Subscribing to Observables 1 35:32
Subscribing to Observables 2 49:54
Environment Variables 54:29
Sending POST Request 1 58:10
Sending POST Request 2 01:01:24
Sending PUT Request 1 01:06:37
Sending PUT Request 2 01:08:52
Sending PATCH Request 1 1:13:40
Sending PATCH Request 2 1:14:47
Sending DELETE Request 1 1:18:29
Sending DELETE Request 2 1:20:15
HTTP Headers 1 1:24:24
HTTP Headers 2 1:28:34
HTTP Request Parameters 1 1:37:21
HTTP Request Parameters 2 1:39:19
HTTP Events 1:48:09
HTTP Request Progress 1 1:51:13
HTTP Request Progress 2 2:01:14
HTTP Request Progress 3 2:07:09
Request Text Data Type 2:16:32
Data Manipulation 2:25:05
Reactive Programming 2:27:28
Intro to RxJS 2:32:41
RxJS Tap Operator 2:35:43
RxJS Map Operator 1 2:39:12
RxJS Map Operator 2 2:45:56
RxJS Map Operator 3 2:50:50
RxJS Map Operator 4 2:55:09
RxJS Retry Operator 2:58:51
Error Handling 3:02:59
Error Catch and Replace 1 3:05:43
Error Catch and Replace 2 3:07:36
Error Catch and Re-throw 1 3:11:30
Error Catch and Re-throw 2 3:12:30
Angular Interceptor 1 3:18:59
Angular Interceptor 2 3:20:39
Angular Interceptor 3 3:22:09
What's Next? 3:31:03
Рекомендации по теме
Комментарии
Автор

Keep creating this kind of content please. One of the best tutorials about Angular HTTP.

CGMurat
Автор

Thank you for all Explinations, it's verry rare to find someone spending time and so much efforts to explain such a verry important concept in a Academic way, thank you sir

oussamarhf
Автор

This video actually really helped me in my internship. It's amazing.

koreshura
Автор

This video is gold when it comes to HTTP requests in Angular!

I didn't know that after receiving a response with GET we can define more properties which are not included in the User interface. ^^

marcopolocs
Автор

Excellent course, you really have a way of explaining that makes you understand the concepts very well accompanied by examples that enrich your explanation, thanks for sharing your knowledge.

magadiflo-dev
Автор

this video is still one of the clearest explanations on youtube though and very detailed. Nice job!

berkepalamutcu
Автор

Love that course, would love to see reactive forms. Despite that it something I was looking for :)

TeGe
Автор

After finishing this course on youtube, I will purchase the whole course on your website. Thank you, @Get Arrays!

Alitedaday
Автор

True Gem ✨, Even Http Course Will give you a good understanding of Observables, observers, and Some Rxjs Common Functions

bwiezwf
Автор

Best course so far. Want more content related to angular❣

siddheshmhatre
Автор

Wow this tutorial helped me sooo much! Thank you so much!! superb teaching, so clear and helpfull. I am so happy to have found this ! Junior Toussaint you are amazing! Much love and respect!

robinvansteenbergen
Автор

Wow Awesome content! Just discovered this channel. I wonder why Youtube algorithms didn't recommend me this channel till today

adriandev
Автор

Really your clear explanation is awesome ..👏 Love u bro from India 🇮🇳

iammahesh
Автор

Thanks a lot for creating such tutorial just awesome!!!!
this is really very helpful for new learners.

atiarrahman
Автор

Thx for the video. Clearly put a lot of effort into your content

satepestage
Автор

thank you very much i really learned a lot from this

Frozen_Man
Автор

Good work, but most applications use DTOs (Dat Transfer Objects) from the API. So you'd need to add an additional model to contain User I think.

stevemcqueen
Автор

I really get your explanation, the course format is particularly well done, thank you, would you mind create a angular testing tutorial? blessings

OmarMendozaKS
Автор

Thank you your tutorial on this subject, I have been searching for something like this for a long time. It is full of information how to hook HTTP to the backend database engine. I'm assuming using a <form> to interface with backend database table would work similar to your hard coded example. Love to see a tutorial using <form> to update/input data to the backend. You also mention backend API, and to be familiar with handlers to the specific backend API. Is Django considered a backend API? and would Django be good to learn.

edkwok
Автор

Just use fetch is way more simpler and have no boilerplate or code type definition.

At the end, it is just a http request.

PauloSantosk