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

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 13

  • @aakash261
    @aakash261 28 дней назад

    the explanation is amazing and next level. Thank you

  • @abdulfattah.hussein
    @abdulfattah.hussein 9 месяцев назад +4

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

    • @ksas323
      @ksas323 7 месяцев назад

      حبيبي

  • @mickie2892
    @mickie2892 Год назад +3

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

  • @manishackadam
    @manishackadam 10 месяцев назад

    Awesome , Thank you so much🙏🙂

  • @speakifyindia
    @speakifyindia 11 месяцев назад +2

    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.

  • @sakarsr
    @sakarsr Год назад +1

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

    • @sudheer-info420
      @sudheer-info420 6 месяцев назад

      One Example: We can use subject in the notifications when sender broadcast to all the instance (components) where the receiver can get msg.

  • @ksas323
    @ksas323 7 месяцев назад

    Thanks

  • @guddukant9415
    @guddukant9415 Год назад +1

    Thank you so much

  • @YusupOzdoyev
    @YusupOzdoyev 5 месяцев назад

    The observed transmits data, and the subject accepts this data and distributes it to observers. Did I understand correctly?
    Наблюдаемое транслирует данные, а субъект принимает эти данные и раздает наблюдателям. Я правильно понял ?

  • @rubencortez6707
    @rubencortez6707 Год назад

    first comment hehe

  • @sasuke3737
    @sasuke3737 7 месяцев назад

    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