Angular 2 Form Validation Error “Unhandled Promise rejection: Cannot assign to a reference or variable!”

前端 未结 6 967
面向向阳花
面向向阳花 2020-12-11 15:22

App.component.html



        
6条回答
  •  时光说笑
    2020-12-11 15:44

    Using Angular 6 Forms

    encountered this error "ERROR Error: Uncaught (in promise): Error: Cannot assign to a reference or variable!"

    To resolve this issue I changed this HTML

    
    
    Name is required

    To this

    
    
    Name is required

    reference name and model name were same

提交回复
热议问题