FormsModule
NgModule
Exports the required providers and directives for template-driven forms, making them available for import by NgModules that import this module.
API
class FormsModule {}
withConfig
Provides options for configuring the forms module.
@paramopts
{ callSetDisabledState?: SetDisabledStateOption | undefined; }
An object of configuration options
callSetDisabledState
Configures whether toalways
callsetDisabledState
, which is more correct, or to only call itwhenDisabled
, which is the legacy behavior.
@returns
ModuleWithProviders<FormsModule>
Jump to details