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:
parent
8924ec1474
commit
a0595f4b4f
|
@ -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/${
|
||||
|
|
Loading…
Reference in New Issue