yılında NgModule içinde FormGroup içe nasıldoğru benim <code>CustomModule</code> için <code>FromGroup</code>, <code>FormBuilder</code> ve <code>FormControl</code> almayı deneyin Eğik 2
import { FormsModule, FormGroup } from '@angular/forms';
@NgModule({
imports: [
FormsModule,
FormGroup
]
})
Ama bir hata atar: ben sadece ithalat ise
EXCEPTION: Uncaught (in promise): Error: Unexpected value 'FormGroup' imported by the module 'CustomModule'
FormsModule
yine de iyi çalışıyor.
Herhangi bir fikrin var mı?