5 lines
24 KiB
JSON
5 lines
24 KiB
JSON
|
{
|
||
|
"id": "api/forms/ReactiveFormsModule",
|
||
|
"title": "ReactiveFormsModule",
|
||
|
"contents": "\n\n<article>\n <div class=\"breadcrumb-container\">\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://angular.io//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://angular.io/api/forms\", \"name\": \"@angular/forms\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.io/api/forms/ReactiveFormsModule\", \"name\": \"ReactiveFormsModule\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/forms\">@angular/forms</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/forms/src/form_providers.ts?message=docs(forms)%3A%20describe%20your%20change...#L31-L68\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular/tree/12.0.0-next.7/packages/forms/src/form_providers.ts#L31-L68\" aria-label=\"View Source\" title=\"View Source\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n \n <header class=\"api-header\">\n <h1 id=\"reactiveformsmodule\">ReactiveFormsModule<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/forms/ReactiveFormsModule#reactiveformsmodule\"><i class=\"material-icons\">link</i></a></h1>\n \n <label class=\"api-type-label ngmodule\">ngmodule</label>\n \n \n \n </header>\n \n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n \n <section class=\"short-description\">\n <p>Exports the required infrastructure and directives for reactive forms,\nmaking them available for import by NgModules that import this module.</p>\n\n <p><a href=\"api/forms/ReactiveFormsModule#description\">See more...</a></p>\n </section>\n \n \n \n <section class=\"ngmodule-overview\">\n<code-example language=\"ts\" hidecopy=\"true\">\nclass <a href=\"api/forms/ReactiveFormsModule\" class=\"code-anchor\">ReactiveFormsModule</a> {\n <a class=\"code-anchor\" href=\"api/forms/ReactiveFormsModule#withConfig\">static <span class=\"member-name\">withConfig</span>(opts: { warnOnNgModelWithFormControl: \"never\" | \"once\" | \"always\"; }): ModuleWithProviders<ReactiveFormsModule></a>\n}\n</code-example>\n\n \n \n\n</section>\n\n\n \n<section class=\"see-also\">\n <h2 id=\"see-also\">See also<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/forms/ReactiveFormsModule#see-also\"><i class=\"material-icons\">link</i></a></h2>\n <ul>\n \n <li><p><a href=\"guide/forms-overview\">Forms Overview</a></p>\n</li>\n <li><p><a href=\"guide/reactive-forms\">Reactive Forms Guide</a></p>\n</li>\n </ul>\n</section>\n\n\n \n \n \n<section class=\"description\">\n <h2 id=\"description\">Description<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/forms/ReactiveFormsModule#description\"><i class=\"material-icons\">link</i></a></h2>\n <p>Providers associated with this module:</p>\n<ul>\n<li><code><a href=\"api/forms/FormBuilder\" class=\"code-anchor\">FormBuilder</a></code></li>\n<li><code>RadioControlRegistry</code></li>\n</ul>\n\n \n</section>\n\n \n\n \n\n<section class=\"static-methods\">\n <h2 id=\"static-methods\">Static methods<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/forms/ReactiveFormsModule#static-methods\"><i class=\"material-icons\">link</i></a></h2>\n \n <a id=\"withConfig\"></a>\n<table class=\"is-full-width method-table static-method\">\n <thead><tr><th>\n <div class=\"with-github-links\">\n <h3 id=\"withconfig\">\n withConfig()\n \n <a title=\"
|
||
|
}
|