fix: docs step 6 property binding#60630
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
This PR was merged into the repository by commit a7d1293. The changes were merged into the following branches: main, 19.2.x |
|
Is this PR really correct? If I try to add I think interpolation and binding are mutually exclusive? Either use <div contentEditable="{{isEditable}}"></div>
<div [contentEditable]="isEditable"></div> |
|
Yes, a fix already is already pending #60725. |
|
@JeanMeche ahh, sorry, didn't see that PR. Thanks for mentioning it 🙂 |
|
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. |

PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information