From a0595f4b4f8d07fdefd4aeaa4d7c9beb549ecddb Mon Sep 17 00:00:00 2001 From: Ajit Singh Date: Fri, 19 Jun 2020 09:38:02 +0530 Subject: [PATCH] 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 --- packages/forms/src/directives/reactive_errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/forms/src/directives/reactive_errors.ts b/packages/forms/src/directives/reactive_errors.ts index 1bed7ca943..835f358aa6 100644 --- a/packages/forms/src/directives/reactive_errors.ts +++ b/packages/forms/src/directives/reactive_errors.ts @@ -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/${