Mastering Angular Component Communication!

Поділитися
Вставка
  • Опубліковано 7 вер 2024

КОМЕНТАРІ • 24

  • @PLanBBeaTZ
    @PLanBBeaTZ 5 днів тому

    i am impressed, very sophisticated. Thank you for uploading.

  • @ianvink
    @ianvink Місяць тому +2

    very professional

    • @ZoaibKhan
      @ZoaibKhan  Місяць тому

      Glad that you found it so! 🙏

  • @FrancisRodrigues
    @FrancisRodrigues Місяць тому

    Impressive technique shared in one video. Congrats, I'm really grateful!!

    • @ZoaibKhan
      @ZoaibKhan  29 днів тому

      Glad it was helpful, Francis! :)

  • @Humppakarajat
    @Humppakarajat Місяць тому +1

    I gave Catie Nettleship a call and she approves this. Well done Zoaib!

    • @ZoaibKhan
      @ZoaibKhan  Місяць тому

      Who's she? 🤔

    • @ZoaibKhan
      @ZoaibKhan  Місяць тому +1

      Oh, I got it 😂😂 Thanks for the comment 😊

    • @Humppakarajat
      @Humppakarajat Місяць тому

      @@ZoaibKhan Haha, yeah I lied. Never called her 😉
      Anyway, if you are looking for video ideas... I found myself implementing stuff/components a second time, not remembering that I had implemented the exact same thing 1-2 years ago. That happened multiple times. So, having some nice searchable documentation about my (nx) repo would be really nice. That would help preventing re-implementing stuff. So, maybe you could do a video about documentation?

    • @ZoaibKhan
      @ZoaibKhan  Місяць тому

      Hmm, interesting. You're referring to documentation generators?

    • @Humppakarajat
      @Humppakarajat Місяць тому

      @@ZoaibKhan for example, yes

  • @kolluruprakash
    @kolluruprakash Місяць тому

    Worth to watch! Would like to improvise same app with sorting and checkbox functionalities in same manner as you suggested for better understanding and practice. Tons of thanks for the great & quality content. 😊

    • @ZoaibKhan
      @ZoaibKhan  Місяць тому

      You're welcome 🤗 That can be a great followup video, thanks for the suggestion :)

  • @juniorngomajose9454
    @juniorngomajose9454 Місяць тому

    Thank you

    • @ZoaibKhan
      @ZoaibKhan  Місяць тому +1

      You're welcome 🤗

  • @stevewitman
    @stevewitman Місяць тому

    Nicely presented. Thanks!

    • @ZoaibKhan
      @ZoaibKhan  Місяць тому

      You're welcome, Steve!

  • @abdelkrimhaddadi5098
    @abdelkrimhaddadi5098 Місяць тому

    Thanks 🙏🏼

  • @tim6459
    @tim6459 14 днів тому

    Thank you for a very informative video!
    I just have one question, is it better to have a second readonly signal in the service which has the value of the original signal? so that you are not directly bound to the writable signal?
    so that the last component always gets the value of the readonly signal and cannot change it
    many thanks !

    • @ZoaibKhan
      @ZoaibKhan  14 днів тому

      Yes, that's a good practice to follow esp when working with large teams, so developers don't even mistakenly update service signals directly. Thanks for the comment! 🙂

  • @it-s-me-mohit
    @it-s-me-mohit Місяць тому

    Can you show content projection as well in this context

    • @ZoaibKhan
      @ZoaibKhan  Місяць тому

      Yeah, content projection is a special way to change a part of the component's contents. But not sure if it fits in with communicating with a component like an input does.