![]() |
VOOZH | about |
In this article, we are going to check whether a form is untouched or not in Angular 10. untouched property is used to report that the control or the form is valid or not.
Syntax:
form.untouched
Return Value:
NgModule: Module used by the untouched property is:
Approach:
Example 1:
Output:
👁 ImageReference: https://v17.angular.io/api/forms/AbstractControlDirective#untouched