Why Angular Signals? Write Your First Signal

2024-04-09に共有
Check out the brand new Modern Angular With Signals Course - angular-university.io/course/angular-signals-cours…

This video is an introduction to signals. we will write our first signal, and talk about the main benefits of signals.

Timestamps:

0:00 Intro
01:16 Writing Your First Angular Signal
04:55 Why Angular Signals? Main Benefits

Related articles on the Angular University blog:

Free content at the Angular University:

- 20% of our lessons are free, you don't have to login to watch the lessons. The free lessons are the ones with the P (Pro) - angular-university.io/

- Watch the free Angular For Beginners Course - angular-university.io/course/getting-started-with-…

Follow me:

Twitter - twitter.com/AngularUniv
Facebook - www.facebook.com/angular.university
YouTube -    / @angularuniversity  
Instagram - www.instagram.com/angular.university
LinkedIn - www.linkedin.com/company/angular-university
TikTok - www.tiktok.com/@angularuniversity
Threads - www.threads.net/@angular.university

コメント (15)
  • @Nabulio85
    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. 👌
  • 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??
  • Great content, well presented, and it‘s nice to put a face to a familiar voice.
  • @gen7891
    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.
  • @ali-13392
    Hey Vasco! Is this new course the same as "Angular University Extra Tutorials" course on Angular University website?
  • @CaptM44
    How do getters and setters affect signals. What if I wrapped a signal with getter/setter, will I still get the performance improvement?