Open itssajan opened 7 years ago
I suppose it could be implemented with ReactiveFormsModule, but it's currently not coded that way. A cursory reading of How to use both FormsModule and ReactiveFormsModule in a feature module seems to indicate that template-driven and reactive forms can coexist in the same project.
Hello,
I'm relatively new to Angular 2. So when I implemented the validations, I used reactive forms instead of going with ngModel. In the example you only specify with ngModel. Can this be implemented in reactive form ?
Thanks.