According to the latest version of angular, the @angular/forms export the following things:
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
, but FormArrayName
with no FormArrayDirective
, why?