我想在离子页面上创建一个表单,但是我犯了这个错误。我一直在搜索这个问题,更流行的解决方案是导入ReactiveFormsModule,但正如您所看到的,它被正确导入了。怎么会出问题呢?表单位于作为模式从tab2页面启动的页面(editpage)中。/editpage.page.scss'],export class EditpagePage implements OnInit {
public todoForm: FormGroup;: [''
在构建应用程序时,我收到了以下错误消息: 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' C
但是当我运行我的项目时,我得到了错误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 [<e