mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: ordered words (#56534)
Ordered correctly some words PR Close #56534
This commit is contained in:
parent
29ecb39895
commit
3ea7794474
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ In this activity, you'll learn how to get the value from your form input.
|
|||
|
||||
<docs-step title="Show the value of the input field in the template">
|
||||
|
||||
To display the input value in a template, you can the use interpolation syntax `{{}}` just like any other class property of the component:
|
||||
To display the input value in a template, you can use the interpolation syntax `{{}}` just like any other class property of the component:
|
||||
|
||||
<docs-code language="ts" highlight="[5]">
|
||||
@Component({
|
||||
|
|
|
|||
Loading…
Reference in a new issue