65. Understand the core of the Observables in rxjs. Need of subscribe & unsubscribe in the angular.

preview_player
Показать описание
Hi friends
In this video, we will see how to use observables in angular rxjs. the need of sunscribe and unsubscribe in rxjs angular

If you like my video, please subscribe to my channel.

#Angular #leelawebdev
Рекомендации по теме
Комментарии
Автор

good explanation, i think it was a nice opportunity to explain what it is a hot and cold observable, a cold observable is like 1 to 1 relationships, like netflix service with an specific user, hot observable is like a cinema, 1 to many relationship, the data producer is created before the data is emited, so all the subscribers recibe the same data

mugatu
Автор

greate work on youtube hats off to you for guiding students as well as professonals.

rishabhdevverma
Автор

So nice sir. Keep it up. Thanks for sharing your knowledge.

letscode
Автор

Hi Sir I have seen your so far videos 64 which was really superb I understood all wic I’m also working in my system parallely going through remaining you are teaching each thing line by line …. Thank you so much

deepikamohan
Автор

Really superb content and great explanation

RamKumar-esmp
Автор

Thanks, Leela another posibility to unsubscribe is to create an array of Subcription type, and on Destroy life cycle hook unsubscribe all elements inside the array

mugatu
Автор

Had a blast watching this! I used ngneat until destroy in my project and I wanted to grasp the concept of unsubscribing your observables better. Liked and subbed!

TsoiIzAlive
Автор

leela bhai you are doing great work...Thanks for making such informative and simple language tutorial....

theshivrajofficial
Автор

Perfect. I liked the way you explain point by point. Thank you.

juststorys
Автор

very good explanation
can u do a seperate video about emmets
because u r typing and selecting things faster

ragulprime
Автор

Hi leela, why the count value is logging in VS code terminal instead of browser console.

mallikarjunareddy
Автор

means that if eachcomponent has ngOnInit that call some api, i can cancelled/unsubscribe thatcall when i open another menu. so i no need to wait the api from old component and i can call the api immediately

thasiaanjani
Автор

as you told observables leak memory so why don't we use .then rather than .subscribe

vaibhavsharma
Автор

Really really it's angular tutorial in youtube

nageswararaon
Автор

plz provide interview types of qustions bro

Rm_rm_bjp
Автор

You are only programming which is very tough to understand for a beginner. Plz clear concept of Observable

ChessNetwork