在构建应用程序时,我收到了以下错误消息: Can't bind to 'formGroup' since it isn't a known property of 'form' 我已经在谷歌上搜索了这个错误消息,并找到了以下解决方案:Can't bind to 'formGroup' since it isn't a known property of 'form' Can't bind to
但是当我运行我的项目时,我得到了错误Can't bind to 'formGroup' since it isn't a known property of 'form'!/user.component.css']export class UserComponent implements OnInit {
private form : FormGroup;<form [formGro
运行angular 7 'ng test',它给我错误:Can't bind to 'formGroup' since it isn'ta known property of 'form'. ("
我所看到的帖子基本上都是“将FormsModule和ReactiveFormsModule添加到app.module中”,或者添加到使用该组件的任何模块中我只