FORM_DIRECTIVES

问题描述 投票:1回答:1

here我们可以读到我们需要FORM_DIRECTIVESngFormngSubmit合作,但对我而言,它的工作原理与FORM_DIRECTIVES包括在一起。

有人可以告诉我为什么吗?

angular angular2-forms
1个回答
0
投票

在Angular2决赛中

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

是必须的。 FORM_DIRECTIVES不再存在。

© www.soinside.com 2019 - 2024. All rights reserved.