Closed arturovt closed 1 month ago
hey @arturovt thanks for this pr. can you share a link to a documentation on the new input signal and possible an example?
hey @arturovt thanks for this pr. can you share a link to a documentation on the new input signal and possible an example?
hey @arturovt I would like to go with signal inputs, however they are are still marked as:
Signal inputs are currently in developer preview. i believe this pr should wait until it's out of developer preview.
In this commit, we changed
@Input
to signal inputs, supporting zoneless change detection introduced experimentally in Angular 17. Many apps have already adopted zoneless change detection since Angular 17. However, this change is necessary to notify the zoneless scheduler about updates to signals. Whenever signals are updated, it can schedule change detection.