#75 Observable vs Subjects | Understanding Observables & RxJS | A Complete Angular Course

preview_player
Показать описание
In the last lecture we learned about subjects and understood when we can use a subject with a practical use case. In this lecture we are going to learn what is the difference between an observable and a subject and when to use one over the other.

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

you are an amazing teacher, and your content is very very very useful, thank you form egypt ❤

abdulfattah.hussein
Автор

the explanation is amazing and next level. Thank you

aakash
Автор

Hi, your videos are amazing 😊 Please make videos about Unit Testing in Angular using Jasmine on your future videos. Thank you so much 🙏

mickie
Автор

Thank you so much sir, please provide your linkedin as well wanted to connect with you, you are putting too much efforts for the lectures thank you so much.

speakifyindia
Автор

Can you please explain the best places to use Subjects over Observables in real world application development? Thank you for this video.

sakarsr
Автор

The observed transmits data, and the subject accepts this data and distributes it to observers. Did I understand correctly?

Наблюдаемое транслирует данные, а субъект принимает эти данные и раздает наблюдателям. Я правильно понял ?

YusupOzdoyev
Автор

so any one confused here when to use observable and subjects so if you have same api and you want to subscribe to that api at three different places then use subjects as this will not slow down the process

sasuke