Skip to content

Conversation

@arturovt
Copy link
Contributor

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.

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.
@orizens
Copy link
Owner

orizens commented Jun 16, 2024

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

@arturovt
Copy link
Contributor Author

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

@orizens
Copy link
Owner

orizens commented Jun 19, 2024

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.

@arturovt arturovt closed this by deleting the head repository Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants