ngx-infinite-scroll icon indicating copy to clipboard operation
ngx-infinite-scroll copied to clipboard

feat: switch to signal inputs to support zoneless change detection

Open arturovt opened this issue 1 year ago • 3 comments

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.

arturovt avatar Jun 16 '24 15:06 arturovt

hey @arturovt thanks for this pr. can you share a link to a documentation on the new input signal and possible an example?

orizens avatar Jun 16 '24 15:06 orizens

hey @arturovt thanks for this pr. can you share a link to a documentation on the new input signal and possible an example?

https://angular.dev/guide/signals/inputs

arturovt avatar Jun 16 '24 15:06 arturovt

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.

orizens avatar Jun 19 '24 15:06 orizens