Learn How to Use Angular's 17 Signal Inputs

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

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

  • @eduardodavila5213
    @eduardodavila5213 7 หลายเดือนก่อน

    Thank you for your content, straight to the point, just what I needed without wasting time, Liked! subscribed!

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

    Short & sweet. Thanks. It will be nice to dive a bit deeper into input signals. Can't wait to see another one. Many thanks.

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

    Awesome, Video my friend. Very simple and elegant explanation. Thank you :)

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

    exceptional work and very clear ! :)

  • @Nabulio85
    @Nabulio85 9 หลายเดือนก่อน +2

    Great ❤

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

    Well done, I love your video.

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

    Nice

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

    Hi Great video. So is it okay to send Signal as input to child component. Are there any gotchas to be keep in mind if I do so? For instance here in your example Say parent component has users as signal and sending down to input as signal?

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

      In fact, we are sending the value of a signal to the child component.

  • @gustavesabee2173
    @gustavesabee2173 10 หลายเดือนก่อน

    When the input signal received by an array does not detect the change, do you know what can be done in this case?

  • @althikk
    @althikk 11 หลายเดือนก่อน

    Nice explanation, I have one query but not relevant to this topic. Actually we have used burp suit to test our angular application, and surprisingly we are able to see all the environment variables, topic and sensitive info as well. Pls suggest how to hide above info from this kind of tools. *We are not printing anything in console*. Thank you in advance!

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

      Glad you liked my video.
      I do not have any experience with the burp suit and not sure how this works.
      If I have a case like this, though, I would check if these variables are exposed only on the dev environment and not the production one. Perhaps there is a flag that controls that.

    • @althikk
      @althikk 11 หลายเดือนก่อน

      @@CodeShotsWithProfanis Thanks a lot for your replay, Either dev or production we need to pass userid and encrypted pwd to back end along with client I'd, secret to get oauth2 token. Here all the data is visible on front end itself when we test with Burp suite. Pls let me know if you get a chance to see that flag which you have mentioned in your reply. Once again Thank you.