29
社区成员
发帖
与我相关
我的任务
分享Error: src/app/auth/login/login.component.html:25:12 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
25 [(ngModel)]="user.email"
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/auth/login/login.component.ts:10:16
10 templateUrl: './login.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LoginComponent.
代码报错, 但是我已经在 app.moudule.ts 中 import 了 FormsModule,ReactiveFormsModule, 这两个模块, 还是会报错.
我的 angular 版本 14.2.12