{{ templateDrivenForm.value | json }}
{{ templateDrivenForm.disabled ? 'DISABLED' : templateDrivenForm.valid ? 'VALID' : 'INVALID' }}
{{model1 | json}}
{{model2 | json}}
{{ reactiveForm.value | json }}
{{ reactiveForm.disabled ? 'DISABLED' : reactiveForm.valid ? 'VALID' : 'INVALID' }}
{{model3 | json}}