You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I want to display this component inside the table using a loop, but I get the following error:
ERROR Error: Cannot find control with unspecified name attribute
The text was updated successfully, but these errors were encountered:
Hi
I have made a component of the calendar as follows:
<input matInput [matDatepicker]="dp1"
[formControl]="dateInput"
class="form-control"
(dateChange)="validateInput($event)">
<mat-datepicker-toggle matIconSuffix [for]="dp1">
<mat-datepicker #dp1 disabled="false">
Now I want to display this component inside the table using a loop, but I get the following error:
ERROR Error: Cannot find control with unspecified name attribute
The text was updated successfully, but these errors were encountered: