I want to be a Student a Philosopher a Sailor
We need to know about the type of role you want.
and visit the city of
This field is required.
and see @if (naturalForm.controls.spots.hasError('required')) {
This field is required.
} @if (naturalForm.controls.spots.hasError('pattern')) {
Only numbers are allowed.
}
nice spots.

Form value: {{ naturalForm.value | json }}
Form status: {{ naturalForm.status | json }}