mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): a11y improvement suggestion Property Binding tutorial (#52807)
#52639 issue fix suggestion PR Close #52807
This commit is contained in:
parent
282a49c019
commit
4d868a3df9
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export class AppComponent {
|
|||
</docs-step>
|
||||
|
||||
<docs-step title="Bind to `contentEditable`" header="app.component.ts" language="ts">
|
||||
Next, bind the `contentEditable` attribute of the `div` to the `isEditable` property by using the `[]` syntax.
|
||||
Next, bind the `contentEditable` attribute of the `div` to the `isEditable` property by using the <code aria-label="square brackets">[]</code> syntax.
|
||||
|
||||
<docs-code highlight="[3]">
|
||||
@Component({
|
||||
|
|
|
|||
Loading…
Reference in a new issue