Posts by Bruno • 23 points
2 posts
-
2
votes1
answer324
viewsQ: How to pass ngFor index in ngClass
I’m trying to pass the index of ngFor within the ngClass to activate the correct class. I have tried several ways, but could not. Follows the code: <td *ngFor="let cell of row; let i = index"…
-
0
votes1
answer34
viewsQ: Filter in search without displaying table when loading page
Hi. I have a question about the filters. I would like a filter similar to the code below, but without displaying the table with all values when loading the page for the first time. Only after the…