Carlos Romero Amador Asked: 2020-03-15 00:40:15 +0800 CST 2020-03-15 00:40:15 +0800 CST 2020-03-15 00:40:15 +0800 CST No value accessor for form control with name Angular 772 I am trying to make in Angular 6 that in a mat-card the consumed elements of an API are shown but I get the following error: In this case I want to put the name of a restaurant in the mat-card-title. Help please and thanks in advance. angular6 1 Answers Voted Best Answer Ale Garcia 2020-03-15T00:58:29+08:002020-03-15T00:58:29+08:00 Carlos. In your case, try removing the [(ngModel)], since it is used in a mat-form, simply placing name = "nombre"it should work for you.
Carlos. In your case, try removing the
[(ngModel)]
, since it is used in amat-form
, simply placingname = "nombre"
it should work for you.