Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 0923a28

Browse files
committed
feat: delete link usable
1 parent 619a7b3 commit 0923a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/components/template/mat-template-table/mat-template-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
edit
2828
</i>
2929
</a>
30-
<a routerLink="" class="delete">
30+
<a routerLink="remove/{{ product.id }}" class="delete">
3131
<i class="material-icons">
3232
delete
3333
</i>

0 commit comments

Comments
 (0)