mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix input validation link in reactive forms (#56334)
PR Close #56334
This commit is contained in:
parent
38eaf46213
commit
0918643cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ The following example shows you how to display the current value using interpola
|
|||
The displayed value changes as you update the form control element.
|
||||
|
||||
Reactive forms provide access to information about a given control through properties and methods provided with each instance.
|
||||
These properties and methods of the underlying [AbstractControl](api/forms/AbstractControl "API reference") class are used to control form state and determine when to display messages when handling [input validation](#basic-form-validation "Learn more about validating form input").
|
||||
These properties and methods of the underlying [AbstractControl](api/forms/AbstractControl "API reference") class are used to control form state and determine when to display messages when handling [input validation](#validating-form-input "Learn more about validating form input").
|
||||
|
||||
Read about other `FormControl` properties and methods in the [API Reference](api/forms/FormControl "Detailed syntax reference").
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue