I am trying to import the FormsModule and the ReactiveFormsModule into my shared.module.ts file. This is the code:
imports: [
CommonModule,
MaterialModule,
FormsModule,
ReactiveFormsModule,
],
This is the error
Value at position 2 in the NgModule.imports of SharedModule is not a reference
Value could not be determined statically.(-991010)