You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adev/src/content/guide/forms/reactive-forms.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The following example shows you how to display the current value using interpola
78
78
The displayed value changes as you update the form control element.
79
79
80
80
Reactive forms provide access to information about a given control through properties and methods provided with each instance.
81
-
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").
81
+
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").
82
82
83
83
Read about other `FormControl` properties and methods in the [API Reference](api/forms/FormControl"Detailed syntax reference").
0 commit comments