No value accessor for form control

前端 未结 7 2015
不思量自难忘°
不思量自难忘° 2020-12-29 18:04

I\'m using Angular2-rc5, and I\'m currently getting an error on my login page. I\'m trying to make a form but the console throws exceptions telling me that it can\'t find my

7条回答
  •  遥遥无期
    2020-12-29 18:37

    If you get this issue, then either

    • the formControlName is not located on the value accessor element.
    • or you're not importing the module for that element.

提交回复
热议问题