There is no directive with "exportAs" set to "ngForm"
Not sure what @NgModule
decorator you added it to but I think it should be added in
TestBed.configureTestingModule({
imports: [HttpModule, FormsModule],
Not sure what @NgModule
decorator you added it to but I think it should be added in
TestBed.configureTestingModule({
imports: [HttpModule, FormsModule],