Best practise to react on changes of signal-input (angular)?
Signals and their inputs are great. I’m curious if there is a good way of using input changes beyond ngChanges()
, rxjs-observables
or even the new effect()
.
Signals and their inputs are great. I’m curious if there is a good way of using input changes beyond ngChanges()
, rxjs-observables
or even the new effect()
.