Mahmoud Ahmed

Results 1 comments of Mahmoud Ahmed

Make sure that you import FormsModule in app.module.ts like that import { FormsModule } from '@angular/forms'; and add it to imports like that :- imports: [ BrowserModule, FormsModule, ], that...