docs: updating the text of user input page to reflect real location of the forms page (#38802)
PR Close #38802
This commit is contained in:
parent
02c6bff9cf
commit
7fb388f929
|
@ -324,5 +324,5 @@ These techniques are useful for small-scale demonstrations, but they
|
||||||
quickly become verbose and clumsy when handling large amounts of user input.
|
quickly become verbose and clumsy when handling large amounts of user input.
|
||||||
Two-way data binding is a more elegant and compact way to move
|
Two-way data binding is a more elegant and compact way to move
|
||||||
values between data entry fields and model properties.
|
values between data entry fields and model properties.
|
||||||
The next page, `Forms`, explains how to write
|
The [`Forms`](guide/forms-overview) page explains how to write
|
||||||
two-way bindings with `NgModel`.
|
two-way bindings with `NgModel`.
|
||||||
|
|
Loading…
Reference in New Issue