RaashidFuzail

Results 1 comments of RaashidFuzail

Guys if anyone is defining serparate multiple modules then: import { FormsModule, ReactiveFormsModule } from '@angular/forms'; is needed for every module(wherever ngForm or Reactive forms are being used) and then...