docs: fix input validation link in reactive forms (#56334)

PR Close #56334
This commit is contained in:
Sasidharan SD 2024-06-08 19:16:24 +05:30 committed by Alex Rickabaugh
parent 38eaf46213
commit 0918643cd7

View file

@ -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").