From 0918643cd79ca221dd600226170e9ed2b59787f8 Mon Sep 17 00:00:00 2001 From: Sasidharan SD Date: Sat, 8 Jun 2024 19:16:24 +0530 Subject: [PATCH] docs: fix input validation link in reactive forms (#56334) PR Close #56334 --- adev/src/content/guide/forms/reactive-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/guide/forms/reactive-forms.md b/adev/src/content/guide/forms/reactive-forms.md index a646758aae7..9989c99c519 100644 --- a/adev/src/content/guide/forms/reactive-forms.md +++ b/adev/src/content/guide/forms/reactive-forms.md @@ -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").