Angular 17 Tutorial #28 - Signals Complete Tutorial | Angular 17 Tutorial For Beginners

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

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

  • @dariuszkonieczny6237
    @dariuszkonieczny6237 3 หลายเดือนก่อน +3

    You are doing great job, but I think, probably you have made a little mistake in the explanation of counterEffect() function. As I understand, counterEffect() call effect(...) which REGISTER a function, which will be called every time any signal will be updated. So you have to call it in constructor(), not in setCounter().
    In the last version of your code during clicking "Set counter" button it sets to a signal variable (counter) a new value and sets also information, that a signal value was changed. Then you register (calling counterEffect() which calls effect()) a function to react on signals changes. Once registered, this function see that it was a change and call the lines with console.log. And it normally works. But if you press the button one more time, you register a NEW, SECOND function, and because of that, you have doubled the lines of console.log.

    • @ARCTutorials
      @ARCTutorials  3 หลายเดือนก่อน

      Thanks for clarifying it. Appreciate your sharing of knowledge

  • @saylimore7298
    @saylimore7298 7 หลายเดือนก่อน +2

    Thank you so much... please upload videos on daily basis...it's request

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

      Sure. Expect daily videos on Angular

  • @angad.pathade
    @angad.pathade 5 หลายเดือนก่อน +1

    Can you please provide the Angular 17 notes? Which is you created while videos

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

      Sure. I will post the notes in the github soon

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

    Hello Sir,
    there is scenario that in admin panel I have to show wallet balance there is separate component of wallet balance when there is any transaction update the wallet balance so how to show that updated wallet balance because wallet balance is comes from api using signal.
    Please guide me for this scenario.

  • @RahulShaw-v1g
    @RahulShaw-v1g 7 หลายเดือนก่อน +1

    Sir, I have a question when and why should we use Signals, how its changing the user experience for an app?

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

      Signals can be useful specially when u want side effects for data that’s changing say search, edit, update etc

  • @vigneshvicky-mo3vy
    @vigneshvicky-mo3vy 12 วันที่ผ่านมา

    In this video u r explaining concepts of signals is very good ..but what is the signals and when it is used ...its main purpose there are missing ...please explain first why we use it ...

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

    Awesome video. From Nepal

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

      Thanks so much for liking the tutorials 👍

  • @RahulShaw-v1g
    @RahulShaw-v1g 7 หลายเดือนก่อน

    Thank you so much sir

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

      You are most welcome! Glad you are enjoying the series 👍

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

    Thanks

    • @ARCTutorials
      @ARCTutorials  7 หลายเดือนก่อน +1

      Glad you liked the tutorials 👍

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

      @@ARCTutorials Please post the tutorials about advanced routing & forms and HTTP