I am trying to add the index
value with my ids. but getting an error as:
Can't bind to 'testid' since it isn't a known property of 'input'.
here is my template:
<td *ngFor="let col of columns; let i = index" [ngClass]="col.class" data-testid="form-create-td-{{i}}">
what is wrong with my code? any one help me?
{{i}}
- works fine – Chicky