Angular Error: No value accessor for form control with name ‘xxx’

ERROR Error: No value accessor for form control with name: ‘xx’

Problem reason: formcontrolname attribute is used in the tag other than input
problem solving: paste an ngdefaultcontrol directly in the tag

Read More: