Pure vs Impure Pipes: Understanding the Differences for Interviews | Angular Interview Concepts

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

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

  • @sfspmusic
    @sfspmusic 11 หลายเดือนก่อน +2

    Man, I really like your explanations, thank you so much for all the work you put into your videos. A small note for all of your videos I've seen, a component is pronounced like compónent, other than that, your videos are pretty much perfect - straight to the point and easy to grasp the concept

    • @WebTechTalk
      @WebTechTalk  11 หลายเดือนก่อน +2

      Yes. That is the Indian pronunciation of the Component. 😃 Trying to change but native accent is always winning.

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

    Thank you Sir. Clear and concise explanation.

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

    Thank you so much for the video 🙂. I had some doubts regarding the pipes.That is resolved.

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

      Nice to hear that, this video clear your doubts on Pipes in Angular. Thanks :)

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

    Very Helpful. Just keep the pace little slow.

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

      Yes sure. I will. Thanks 👍

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

    Great content and explanation.
    It would help us a lot if you can share the git/any repo for referring to the source code.
    Thank you.

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

      Thank you. All codes are available in this repo. github.com/freelancer-surender/Angular---Interview-Concepts

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

      @@WebTechTalk thank you!

  • @senthamarai_kannan.
    @senthamarai_kannan. 6 หลายเดือนก่อน

    can we say change in primitive type is pure and non-primitive type as impure ?

    • @WebTechTalk
      @WebTechTalk  6 หลายเดือนก่อน +1

      No, we cannot say like that because even if you completely replace the array (Non primitive) or use the splice method on array, a new reference of array will be passed and so it triggers the pure pipe also. Impure pipe will be triggered on every change detection even when there is no change in the input value to the pipe.

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

    Hi Thank You so much for great video, If possible please post the source code downloadable link also, It would help us a lot for easy reference.

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

      You can get it from this location.
      github.com/freelancer-surender/Angular---Interview-Concepts/tree/master/Pure%20vs%20Impure%20Pipes

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

    Your explanation is good, but you are too fast, even we are unable to see the changes what you did....
    Please little bit slow while explaining the concept, it,'s just an advice

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

      Sure bro. I will take care.