Valid: {{ bugsForm.controls['MonStart']?.valid }} Value: {{ bugsForm.controls['MonStart']?.value }} Errors: {{ bugsForm.controls['MonStart']?.errors | json }}
Valid: {{ bugsForm.controls['PrePopulate']?.valid }} Value: {{ bugsForm.controls['PrePopulate']?.value }} Errors: {{ bugsForm.controls['PrePopulate']?.errors | json }}
Valid: {{ bugsForm.controls['DecMarkerComma']?.valid }} Value: {{ bugsForm.controls['DecMarkerComma']?.value }} Errors: {{ bugsForm.controls['DecMarkerComma']?.errors | json }}
Valid: {{ bugsForm.controls['DecMarkerDot']?.valid }} Value: {{ bugsForm.controls['DecMarkerDot']?.value }} Errors: {{ bugsForm.controls['DecMarkerDot']?.errors | json }}
Valid: {{ bugsForm.controls['CorrectRemovingSpace']?.valid }} Value: {{ bugsForm.controls['CorrectRemovingSpace']?.value }} Errors: {{ bugsForm.controls['CorrectRemovingSpace']?.errors | json }}
Valid: {{ bugsForm.controls['SecureInput']?.valid }} Value: {{ bugsForm.controls['SecureInput']?.value }} Errors: {{ bugsForm.controls['SecureInput']?.errors | json }}
Valid: {{ bugsForm.controls['ScientificNotation']?.valid }} Value: {{ bugsForm.controls['ScientificNotation']?.value }} Errors: {{ bugsForm.controls['ScientificNotation']?.errors | json }}
{{ bugsForm.value | json }}