From 0075017b43a37d06780cc245c3326212d15fd6bd Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Wed, 4 Mar 2020 16:40:56 -0800 Subject: [PATCH] docs: update reactive forms page (#35969) PR Close #35969 --- aio/content/guide/deprecations.md | 68 +++++- aio/content/guide/reactive-forms.md | 194 ++++++++++++------ .../form_control_directive.ts | 79 +------ .../reactive_directives/form_control_name.ts | 72 +------ packages/forms/src/form_providers.ts | 7 +- packages/forms/src/model.ts | 3 +- 6 files changed, 210 insertions(+), 213 deletions(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index 6d28414fd0..880affa372 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -117,7 +117,7 @@ Tip: In the [API reference section](api) of this doc site, deprecated APIs are i | API | Replacement | Deprecation announced | Notes | | --- | ----------- | --------------------- | ----- | -| [`ngModel` with reactive forms](#ngmodel-reactive) | See [FormControlDirective usage notes](api/forms/FormControlDirective#use-with-ngmodel) | v6 | none | +| [`ngModel` with reactive forms](#ngmodel-reactive) | [`FormControlDirective`](api/forms/FormControlDirective) | v6 | none | {@a router} ### @angular/router @@ -189,9 +189,71 @@ The `