https://material.angular.dev/components/table/overview<ng-container matColumnDef="score"> <th mat-header-cell *matHeaderCellDef> Score </th> <td mat-cell *matCellDef="let user"> {{user.score}} </td> </ng-container>WTF? Some snake case, some pascal, “let user”? So bad.
--
You received this message because you are subscribed to the Google Groups "PiLuD" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pilud+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pilud/4ba6e33d-ce9a-4614-b7a9-dcfb45796209n%40googlegroups.com.