Angular 16 Tutorial - API Integration with HttpClient Module #8

preview_player
Показать описание
In this video you will learn how to integrate apis in angular 16 using http client module of angular common http. Learn what is observable in angular 16 and how to subscribe to an observable.
How to fix the declaration was marked as deprecated here in subscribe function in angular observable.

#angular16 #httpclient #angularforbeginners

React tutorials:

JavaScript Tutorials and Projects:

Angular Tutorials:

Tech Tutorials - Random:

Contact us for development services:
Рекомендации по теме
Комментарии
Автор

This is the best playlist of angular v16.0.0 THANK YOU SO MUCH

bananalasmari
Автор

This playlist is amazing, thank you so much.

Jafste
Автор

Hello Umair, thanks for the video. But my version is 18 and it is showing HttpClientModule is deprecated. How do we solve this error? Please help

_ash_._arts_
Автор

What is called the extension that helps u to complete the code? Thank u so much

jackytc
Автор

if someone in on angular 18 then
don't go with
posts: string[] = [];
use this
posts: any[] = [];

otherwise an error will occur while looping
thanks me letter 😊

khalidyousafwatu
Автор

When i am applying:
<ul *ngFor="let post of posts">
<li>Post: {{posts.body}}</li>
</ul>

I get this error:
Property 'body' does not exist on type 'any[]'.

Please help me

saleemhafiz
join shbcf.ru