Introduction to HTTP requests in Angular | Angular HTTP | Angular 13+

preview_player
Показать описание
Hello and welcome to another exciting section of this complete anular course. In this section, you will learn about how to make HTTP requests to the server.

In this lecture you will learn briefly how we should connect to a database from our angular application and why we should not connect to a database directly from in angular.

I will also give you brief overview on the anatomy of HTTP request and response and what are the core parts of an HTTP request. Let's get started.
Рекомендации по теме
Комментарии
Автор

Hello sir, I spent all day trying to find a clear explanation on http requests in angular as I see it's one of the core concepts to understand for beginners like me. Finally found what I was looking for. Thank you!

chiaraalfano
Автор

I am using firebase Firestone as.
the back end where is no such thing as get, post ... like httprequest and I want to ask you about credencial iis firebase using api? As you mentioned our front end should not directly connected to database.

SuperShivammm