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

Поделиться
HTML-код
  • Опубликовано: 13 сен 2020
  • 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.
    RUclips Page: / leelawebdev
    Facebook Page: / leelawebdev
    Twitter Page: / leelanarsimha
    Linkedin: / leela-narasimha-reddy-...
    GitHub: github.com/leelanarasimha
    #Angular #leelawebdev

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

  • @mugatu2017
    @mugatu2017 2 года назад +3

    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

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

    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

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

    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!

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

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

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

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

  • @sachinsuman3677
    @sachinsuman3677 2 года назад

    Very nicely explained. Thank you !

  • @theshivrajofficial8444
    @theshivrajofficial8444 3 года назад

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

  • @RamKumar-es3mp
    @RamKumar-es3mp Год назад

    Really superb content and great explanation

  • @juststorys8895
    @juststorys8895 3 года назад

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

  • @shashankfuley6455
    @shashankfuley6455 3 года назад

    You deserve 10 Million Subscriber

  • @mohiburrahman5639
    @mohiburrahman5639 11 месяцев назад

    super explain!!

  • @mugatu2017
    @mugatu2017 2 года назад

    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

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

    Super very nice 👍😊

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

    Good explanation thanks

  • @POISONGUYS
    @POISONGUYS 2 года назад

    Soon 1 million subscribers..!

  • @gunjanshrimali2674
    @gunjanshrimali2674 2 года назад

    Great

  • @thasiaanjani1461
    @thasiaanjani1461 4 месяца назад

    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

  • @mp-fg2zw
    @mp-fg2zw 3 года назад

    nice video...thank you sir

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

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

  • @nageswararaon7213
    @nageswararaon7213 3 года назад

    Really really it's angular tutorial in youtube

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

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

  • @ragulprime7159
    @ragulprime7159 3 года назад +1

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

  • @Rm_rm_bjp
    @Rm_rm_bjp 3 года назад +1

    plz provide interview types of qustions bro

  • @mihaicojusnean
    @mihaicojusnean 6 месяцев назад

    Why I understand what his saying?

  • @ChessNetwork16
    @ChessNetwork16 3 года назад

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

    • @LeelaWebDev
      @LeelaWebDev  3 года назад +2

      At the end you need to understand how it works in the code programmatically. If you practice more you will get new doubts. That is the reason i am showing through code.

    • @madhavikesana5636
      @madhavikesana5636 3 года назад +1

      Yes @leela web dev show like this only through coding.