-2

Got this error while I fulfill all requirements of reactive forms.

Here are the images of code and error

app module

users component

component html

error

1 Answers1

0

it is not clear from the question but if there is any child module

import formsModule and ReactiveFormsModule in child module

for example if user component is in user module, import forms module and reactive forms module there

jagjeet
  • 585
  • 2
  • 10