add recipes in stub + add image in tab

This commit is contained in:
bastien ollier
2024-06-17 13:43:13 +02:00
parent eb82a16ac1
commit 411453840d
3 changed files with 23 additions and 2 deletions

View File

@@ -28,6 +28,13 @@
</td>
</ng-container>
<ng-container matColumnDef="image">
<th mat-header-cell *matHeaderCellDef> image </th>
<td mat-cell *matCellDef="let element">
<img src="https://placehold.co/200x200">
</td>
</ng-container>
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>