ReactiveFormsModule
Exports the required infrastructure and directives for reactive forms, making them available for import by NgModules that import this module.
class ReactiveFormsModule {
static withConfig(opts: {...}): ModuleWithProviders<ReactiveFormsModule>
}
See also
Static methods
Provides options for configuring the reactive forms module. |
||
Parameters
Returns |
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 |
|
Syncs a nested |
|
Syncs a standalone |
|
Syncs a |
|
Binds an existing |
|
Syncs a nested |
|
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). |
|
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. |