-
Notifications
You must be signed in to change notification settings - Fork 27k
fix(core): rename the equality function option in toSignal (#56769) #56922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): rename the equality function option in toSignal (#56769) #56922
Conversation
…6769) The option introduced in 5df3e78 has been named `equals` whereas the existing option in `signal` is named `equal`. This commit renames the new option to `equal` as well to keep the naming coherent across these APIs. PR Close angular#56769
|
Note: this is cherry-pick of #56769 to the v18.1.x branch (the original PR should have targeted rc instead of minor). |
|
This PR was merged into the repository by commit 4d87b9e. The changes were merged into the following branches: 18.1.x |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The option introduced in 5df3e78 has been named
equalswhereas the existing option insignalis namedequal. This commit renames the new option toequalas well to keep the naming coherent across these APIs.PR Close #56769