RanjanSrivastava
Results
1
comments of
RanjanSrivastava
Please make sure in app.module.ts import { FormsModule, ReactiveFormsModule } from '@angular/forms'; imports: [ FormsModule, ReactiveFormsModule, BrowserModule, AppRoutingModule] It will definitely work. In the component level ..Please use import {...