fix(forms): change error message (#37643)

Error message mention that ngModel and ngModelChange will be removed in Angular v7 but right not now sure when it will be removed so changed it to a future version

PR Close #37643
This commit is contained in:
Ajit Singh 2020-06-19 09:38:02 +05:30 committed by Andrew Kushnir
parent 8924ec1474
commit a0595f4b4f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export class ReactiveErrors {
It looks like you're using ngModel on the same form field as ${directiveName}.
Support for using the ngModel input property and ngModelChange event with
reactive form directives has been deprecated in Angular v6 and will be removed
in Angular v7.
in a future version of Angular.
For more information on this, see our API docs here:
https://angular.io/api/forms/${