Answers for "Type 'FormGroup' is missing the following properties from type 'NgForm': submitted, _directives, form, ngSubmit, and 18 more"

0

Type 'FormGroup' is missing the following properties from type 'NgForm': submitted, _directives, form, ngSubmit, and 18 more

//It should be
register(data)
//Instead of
register(data: NgForm)
Posted by: Guest on February-04-2022

Code answers related to "Type 'FormGroup' is missing the following properties from type 'NgForm': submitted, _directives, form, ngSubmit, and 18 more"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language