FormsModule
class
npm Package | @angular/forms |
---|---|
Module | import { FormsModule } from '@angular/forms'; |
Source | forms/src/form_providers.ts |
Overview
class FormsModule { }
Description
The ng module for forms.
Annotations
@NgModule({
declarations: TEMPLATE_DRIVEN_DIRECTIVES,
providers: [RadioControlRegistry],
exports: [InternalFormsSharedModule, TEMPLATE_DRIVEN_DIRECTIVES]
})
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/forms/FormsModule