70. Understand the Subjects in rxjs angular. Implement the Subject for cross-component communication

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 23

  • @kranthikumar889
    @kranthikumar889 4 หลายเดือนก่อน

    Excelent...

  • @pusarlaaishwarya5035
    @pusarlaaishwarya5035 4 ปีที่แล้ว +1

    Hi sir...your explanation is very nice...can you suggest any website or material to explore more...and develop my angular skills

  • @sugatjadhav-o4x
    @sugatjadhav-o4x ปีที่แล้ว

    Please make seperate video for subject and behaviorsubject component communication.

  • @unemployedcse3514
    @unemployedcse3514 3 ปีที่แล้ว

    Awesome 💞

  • @thasianjani
    @thasianjani 8 หลายเดือนก่อน

    thank you

  • @bhuvneshkumar08
    @bhuvneshkumar08 2 ปีที่แล้ว

    Is it possible to pass object from one component to another

  • @mp-fg2zw
    @mp-fg2zw 3 ปีที่แล้ว

    nice...thank you

  • @vipinsharma-zx9cb
    @vipinsharma-zx9cb 3 ปีที่แล้ว

    Isn't observables like generators in Es 6?

  • @konadeepak9443
    @konadeepak9443 4 ปีที่แล้ว

    Just going through this video sir, but can you please mention the differences bit clear. why we prefer subject compared to event emitter?

    • @LeelaWebDev
      @LeelaWebDev  4 ปีที่แล้ว +1

      Yeah we can use event emitter. But subject is preferred because of performance. If you want you can use both event emitter keeping in service or as well as subject.

  • @mugatu2017
    @mugatu2017 2 ปีที่แล้ว +1

    behavior subject will get the latest value emitted

  • @mohammedfahimullah4999
    @mohammedfahimullah4999 2 ปีที่แล้ว

    can we unsubscribe behaviour subject like u did in subject?

    • @LeelaWebDev
      @LeelaWebDev  2 ปีที่แล้ว

      Yeah we can

    • @mohammedfahimullah4999
      @mohammedfahimullah4999 2 ปีที่แล้ว

      @@LeelaWebDev when i told this in interview.interviewer told me tht it's not possible to unsubscribe like this.

    • @LeelaWebDev
      @LeelaWebDev  2 ปีที่แล้ว

      @@mohammedfahimullah4999 Once you call .subscribe() on anything (Subjects too), something needs to make sure the subscription gets unsubscribed.

    • @mohammedfahimullah4999
      @mohammedfahimullah4999 2 ปีที่แล้ว

      @@LeelaWebDev thank you for clarifying my doubt.

  • @nareshtaviti3408
    @nareshtaviti3408 4 ปีที่แล้ว

    Thank you for your tutorial bro.your explanation is very good bro.....bro if I fallow your tutorial can I crack the interview with 3+ years experience please be honestly tell me bro.if no then how can I do for three years of experience. Please give your suggestions and save my life bro

    • @LeelaWebDev
      @LeelaWebDev  4 ปีที่แล้ว +1

      Yeah. You need to learn each and every concept that I covered in this course. Also, Practise is more important. The more you practise the concepts, the confident you become. After learning all the concepts its better you do one project. You can crack the interview for sure with 3+ years experience. Also learning angular is not enough. Go through the typescript course and also javascript course. You will get job

    • @nareshtaviti3408
      @nareshtaviti3408 4 ปีที่แล้ว

      @@LeelaWebDev tq so much bro.please provide any metrial bro.my email id is nareshsstep@gmail.com.
      Please do help bro tq bro

  • @SirishaKEce-C
    @SirishaKEce-C 2 ปีที่แล้ว +1

    Why we need to unsubscribe ? ..

    • @LeelaWebDev
      @LeelaWebDev  2 ปีที่แล้ว +1

      In order to solved the memory leakage

    • @MILINDNEWTON
      @MILINDNEWTON ปีที่แล้ว

      This question was asked in HCL interview.