fix(core): return a readonly signal on asReadonly. - #54706
Closed
JeanMeche wants to merge 1 commit into
Closed
Conversation
JeanMeche
marked this pull request as ready for review
March 5, 2024 14:25
pkozlowski-opensource
approved these changes
Mar 5, 2024
pkozlowski-opensource
requested changes
Mar 5, 2024
JeanMeche
force-pushed
the
chore/model-readonly
branch
2 times, most recently
from
March 5, 2024 15:13
9d60335 to
3bf96fc
Compare
alxhub
approved these changes
Mar 5, 2024
pkozlowski-opensource
approved these changes
Mar 5, 2024
Contributor
|
Shouldn't the commit message start with |
Member
It actually should - great catch @jnizet - I will fix it while merging |
Member
|
@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! |
JeanMeche
force-pushed
the
chore/model-readonly
branch
from
March 6, 2024 11:50
3bf96fc to
8ea531c
Compare
JeanMeche
force-pushed
the
chore/model-readonly
branch
3 times, most recently
from
March 6, 2024 12:09
a15e682 to
1c60adc
Compare
Previous `asReadonly()` returned the signal value and not the signal itself. Fixes angular#54704
JeanMeche
force-pushed
the
chore/model-readonly
branch
from
March 6, 2024 12:48
1c60adc to
fd2c620
Compare
asReadonly.asReadonly.
pkozlowski-opensource
approved these changes
Mar 6, 2024
Member
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previous
asReadonly()returned the signal value and not the signal itself.Fixes #54704