Angular Component Communication: Everything You Need to Know

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

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

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

    I've just discovered you. I'm a fan of Angular like you. Subscribed & liked. Please keep this on. Thanks a million.

  • @ellsonmendesYT
    @ellsonmendesYT 5 หลายเดือนก่อน

    as always delivering great stuff, thanks for the effort and time taken to share with us!

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

    Keep going man. Very well explained videos so far. Thanks a lot ;)

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

    I realy enjoy your videos.
    Χαιρετισμούς
    Θοδωρής

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

      Σε ευχαριστώ πολύ Θοδωρή! :)

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

    Thank you sir for uploading great video. Greate information about viewchildren and service and your teaching method is very deep.

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

    I avoid using getters and setters for @Inputs. If an input needs to be modified/cleansed/transformed/prefixed/suffixed, create a pipe to perform transformations or a service that transforms the data prior to passing it to the child component.
    BTW Thank you for sharing your thoughts.

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

      Thanks for your comment.
      The pipe, the service, the setters or the OnChanges hook, are all valid use cases. Each one is a tool, and as always, the tools are used per case.
      I do not see it like a black or white (use this or the other) and I do not exclude any of the tools from my toolbox.

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

      I have an additional comment on this subject. I use a setter from time to time, for example to assign a value to a property of my component. However, whether in a setter or elsewhere, I don't like to directly modify the object that I receive as an argument to my function. What do you think about this ?
      Thank you for your great channel. 🙏

  • @g-luu
    @g-luu 2 ปีที่แล้ว

    thanks. Would love to see micro frontends with nx

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

    Thanks!

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

    Thank U!!

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

    Can you please create series for Micro frontend app