Skip to content

Commit

Permalink
docs(forms): update the ngForm deprecation notice (angular#35263)
Browse files Browse the repository at this point in the history
we should be documenting when an API is eligible for removal and not when it will be removed.

The actual removal depends on many factors, e.g. if we were able to automate the refactoring to
the recommended API in time or not.

PR Close angular#35263
  • Loading branch information
IgorMinar authored and kara committed Feb 10, 2020
1 parent 2d5bb26 commit 76b77ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/forms/src/directives/ng_form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const resolvedPromise = (() => Promise.resolve(null))();
*
* ### Migrating from deprecated ngForm selector
*
* Support for using `ngForm` element selector has been deprecated in Angular v6 and will be removed
* in Angular v9.
* Support for using `ngForm` element selector has been deprecated in Angular v6 and may be removed
* in Angular v9 or later.
*
* This has been deprecated to keep selectors consistent with other core Angular selectors,
* as element selectors are typically written in kebab-case.
Expand Down

0 comments on commit 76b77ec

Please sign in to comment.