FORM_DIRECTIVES

FORM_DIRECTIVES

here 我们可以读到我们需要 FORM_DIRECTIVES 才能与 ngFormngSubmit 一起工作,但对我来说,它在没有 FORM_DIRECTIVES 的情况下也能正常工作包括。

谁能告诉我为什么?

在 Angular2 决赛中

@NgModule({
  // only one of these is requured if only one is used
  imports: [FormsModule, ReactiveFormsModule],
  ...
 }) 

为必填项。 FORM_DIRECTIVES 不存在了。