rror: No value accessor for form control with unspecified name attribute at _throwError (forms.js:2431) at setUpControl (forms.js:2339) at NgModel._setUp code example
Example: No value accessor for form control with unspecified name attribut
I fixed this error by adding the name="fieldName" ngDefaultControl
attributes to the element that carries the [(ngModel)] attribute.