Topic: error
Niharika Arora asked 7 years ago
shahidfoy answered 6 years ago
import { FormsModule } from '@angular/forms';
imports: [ BrowserModule, FormsModule, MDBBootstrapModule.forRoot() ],
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Damian Gemza staff commented 7 years ago
Dear Niharika Arora, ngModel requires to import FormsModule from @angular/forms into your app.module.ts file. Import it, and your error should be gone. Best Regards, Damian