@ -13,8 +13,9 @@ import {RadioControlRegistry} from './directives/radio_control_value_accessor';
|
||||
import {FormBuilder} from './form_builder';
|
||||
|
||||
/**
|
||||
* @description
|
||||
* An `NgModule` that registers the directives and providers for template-driven forms.
|
||||
* Exports the required providers and directives for template-driven forms,
|
||||
* making them available for import by NgModules that import this module.
|
||||
* @see [Forms](guide/forms)
|
||||
*
|
||||
* @see [Forms Guide](/guide/forms)
|
||||
*/
|
||||
@ -44,8 +45,9 @@ export class FormsModule {
|
||||
}
|
||||
|
||||
/**
|
||||
* @description
|
||||
* An `NgModule` that registers the directives and providers for reactive forms.
|
||||
* Exports the required infrastructure and directives for reactive forms,
|
||||
* making them available for import by NgModules that import this module.
|
||||
* @see [Forms](guide/reactive-forms)
|
||||
*
|
||||
* @see [Reactive Forms Guide](/guide/reactive-forms)
|
||||
*
|
||||
|
Reference in New Issue
Block a user