Learn the basics of the new Angular Signal 🎉 input() function

preview_player
Показать описание
In this video, you will learn:

- How to convert @Input() decorated class field to use input() function
- How to create optional and required signal inputs
- How to set the alias (public name) of a signal input
- How to derive values from a signal input
- How to monitor value changes in a signal input using the effect API
- How to transform signal inputs

01:28 Convert @Input() decorated class field to use input() function
04:49 Optional signal inputs
06:19 Required signal inputs
09:04 Setting signal input alias
11:45 Deriving values from signal inputs
16:34 Monitoring input() values changes using effect API
23:37 input() value transforms

#programming #angular #html #javascript #webdevelopment #angular17