根据最新版本的角度,@angular/forms 导出以下内容:
export {FormControlDirective} from './directives/reactive_directives/form_control_directive';
export {FormControlName} from './directives/reactive_directives/form_control_name';
export {FormGroupDirective} from './directives/reactive_directives/form_group_directive';
export {FormArrayName} from './directives/reactive_directives/form_group_name';
export {FormGroupName} from './directives/reactive_directives/form_group_name';
FormContolName
and FormControlDirective
, FormGroupName
and FormGroupDirective
, 但是FormArrayName
没有FormArrayDirective
, 为什么?