SyntaxFix
Write A Post
Hire A Developer
Questions
If ngForm is used, all the input fields which have [(ngModel)]="" must have an attribute name with a value.
ngForm
[(ngModel)]=""
<input [(ngModel)]="firstname" name="something">