New In Angular 19 - linkedSignal()

preview_player
Показать описание

The Angular Signals story continues to evolve in the latest Angular 19. One the key new features of this latest release is the linkedSignal API, that allows us to solve in a much cleaner way certain edge-cases that before we could only approach by using an effect().

In this video you are going to learn all that you need to know in practice about the linkedSignal API.

Free content at the Angular University:

Follow me:

Рекомендации по теме
Комментарии
Автор

Thanks, welcome back, had been waiting for you! Please update Angular course series with all features from Angular 19!!!

ali-
Автор

Really well explained. the best linkedSIgnal tutorial i found !

VictorGuillén-yn
Автор

nice to see you again, i didn't see you in a long time, welcome back

haroldpepete
Автор

i don't get signals. what's the problem with storing the value of the dropdown and then writing it in the textbox with the original zone.js way as in '{{selectedValue}}'? how much of a performance improvement are we talking about for the effort? doesn't seem worth the effort

ahiyazlm