-
Notifications
You must be signed in to change notification settings - Fork 26.1k
fix(core): return a readonly signal on asReadonly
.
#54706
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a stronger test
9d60335
to
3bf96fc
Compare
Shouldn't the commit message start with |
It actually should - great catch @jnizet - I will fix it while merging |
@JeanMeche it looks like this one will need a rebase - also, could you amend the commit message (as suggested by @jnizet ) while doing so? Thnx! |
3bf96fc
to
8ea531c
Compare
a15e682
to
1c60adc
Compare
Previous `asReadonly()` returned the signal value and not the signal itself. Fixes angular#54704
1c60adc
to
fd2c620
Compare
asReadonly
.asReadonly
.
This PR was merged into the repository by commit 7243c70. |
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. |
Previous
asReadonly()
returned the signal value and not the signal itself.Fixes #54704