Skip to content

Commit 11727dd

Browse files
arty-namealxhub
authored andcommitted
docs: update the description of example (angular#61205)
PR Close angular#61205
1 parent f7e4541 commit 11727dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/forms/template-driven-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ In the course of this tutorial, you bind a sample form to data and handle user i
9898
<docs-code header="src/styles.css" path="adev/src/content/examples/forms/src/styles.1.css"/>
9999

100100
1. The form requires that an actor's skill is chosen from a predefined list of `skills` maintained internally in `ActorFormComponent`.
101-
The Angular [NgForOf directive](api/common/NgForOf 'API reference') iterates over the data values to populate the `<select>` element.
101+
The Angular `@for` loop iterates over the data values to populate the `<select>` element.
102102

103103
<docs-code header="src/app/actor-form/actor-form.component.html (skills)" path="adev/src/content/examples/forms/src/app/actor-form/actor-form.component.html" visibleRegion="skills"/>
104104

0 commit comments

Comments
 (0)