Why Angular Signals? Write Your First Signal

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

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

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

    Most of the content of this video is extracted from my new Modern Angular With Signals course, which is currently in pre-launch mode. New lessons are being recorded weekly and published, until the course is completed. You can watch the first 40 minutes here, please enjoy 😀angular-university.io/course/angular-signals-course

  • @Zetsword
    @Zetsword 12 วันที่ผ่านมา

    Excellent and concise explanation. Been using rxjs for years, glad Angular now has Signals!

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

    As usual an excellent video. I will take your course to deepen/consolidate my knowledge, but also to thank you for the quality of this content. 👌

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

      I really appreciate you kind words. Stay tuned for more videos and shorts!

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

    Absolutely 💯
    Signals are the Way

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

    Very informative and detailed video. Thankyou.

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

      I really thank you! Stay tuned for more videos and shorts!

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

    Thank you for great introduction to Angular sections. You could shorten your explanations in avoiding repeating the same all over the time. For example telling the benefits of Signals by the end of the second part of your video.

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

    Thanks for video. One question. Is signals approach back step of DOM manipulation algorithm? You said that angular's creator made it for easy use other developers. They have to declare variables only. But now we returned to IOC method. Signals like IOC. I mean in version of control. You data insede some absctration.

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

    Really nice. Good job

  • @AntonioSantana-ll8il
    @AntonioSantana-ll8il 5 หลายเดือนก่อน +2

    excellent video!! quick question are you going to update the
    NgRx (with NgRx Data) - The Complete Guide (Angular 17) course in udemy with ngrx signals??

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

    How about subscriptions?

  • @ali-13392
    @ali-13392 5 หลายเดือนก่อน

    Hey Vasco! Is this new course the same as "Angular University Extra Tutorials" course on Angular University website?

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

      Hi Ali, actually no this is a new separate course, that is currently being recorded but the first lessons are available. It's this one - angular-university.io/course/angular-signals-course 👍

  • @igorring
    @igorring 2 หลายเดือนก่อน

    08:57 Why Angular Signals?

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

    How do getters and setters affect signals. What if I wrapped a signal with getter/setter, will I still get the performance improvement?

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

      I think you are talking about deep signals, check out the videos here on the channel I made covering them, but in summary no there is no performance loss, and you don't have to write the getters setters for you manually there are libraries that do that.

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

    Great content, well presented, and it‘s nice to put a face to a familiar voice.

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

      Thanks. Stay tuned for more videos and shorts!

  • @AntonioSantana-ll8il
    @AntonioSantana-ll8il 5 หลายเดือนก่อน

    this is a course that i'll pay when it's ready just like the other ones :😅

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

      I really appreciate you kind words. Stay tuned for more videos and shorts!

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

    Very nice video format, thank you for your hard work!

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

      My pleasure, glad you enjoyed it. 😊

  • @nagendrakn6201
    @nagendrakn6201 4 หลายเดือนก่อน

    Is it like react useState() ?

    • @AngularUniversity
      @AngularUniversity  4 หลายเดือนก่อน +1

      The API is very similar indeed, but internally it works much differently. 👍

    • @thechaoslp2047
      @thechaoslp2047 24 วันที่ผ่านมา

      Its even better