docs: add ngmodule api doc (#25618)

PR Close #25618
This commit is contained in:
Judy Bogart
2018-08-22 08:52:19 -07:00
committed by Ben Lesh
parent f91b0455c0
commit dd5e35ee67
6 changed files with 53 additions and 21 deletions

View File

@ -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)
*