On this page
FormsModule
ngmodule
Exports the required providers and directives for template-driven forms, making them available for import by NgModules that import this module.
class FormsModule {
}
See also
Providers
Provider |
---|
|
Directives
Name | Description |
---|---|
|
The accessor for writing a value and listening to changes on a checkbox input element. |
|
A Directive that adds the |
|
The default accessor for writing a value and listening to changes that is used by the |
|
A Directive that adds the |
|
A directive which installs the |
|
A directive which installs the |
|
Directive automatically applied to Angular form controls that sets CSS classes based on control status. The following classes are applied as the properties become true: |
|
Directive automatically applied to Angular form groups that sets CSS classes based on control status (valid/invalid/dirty/etc). |
|
Creates a top-level |
|
Creates a |
|
Creates and binds a |
|
Marks |
|
A Directive that adds the |
|
Writes radio control values and listens to radio control changes. |
|
A Directive that adds the |
|
Writes values and listens to changes on a select element. |
|
The accessor for writing a value and listening to changes on a select element. |
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/forms/FormsModule