core.js:5871 ERROR Error: More than one custom value accessor matches form control with unspecified name attribute at _throwError (forms.js:3479) code example
Example: ERROR Error: No value accessor for form control with unspecified name attribute
Add ngDefaultControl attribute to the element that carries the [(ngModel)] attribute.