To resolve this problem try using round bracket inside the suqare bracket in databinding like "[(ngModel)]="customer.name"".
Example:
<input type="text" [(ngModel)]="customer.name" /></td>
Example:
<input type="text" [(ngModel)]="customer.name" /></td>
No comments:
Post a Comment