mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: ordered words (#56534)
Ordered correctly some words PR Close #56534
This commit is contained in:
committed by
Andrew Kushnir
parent
29ecb39895
commit
3ea7794474
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user