Pages/shows: implement delete button
This commit is contained in:
parent
1b19988279
commit
4b10d3d056
2 changed files with 29 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<div class="card-body">
|
||||
<h5 class="card-title">{{ show.title }}</h5>
|
||||
<p class="card-text">{{ show.date | date }}</p>
|
||||
<button type="button" class="btn btn-outline-danger">
|
||||
<button type="button" class="btn btn-outline-danger" (click)="deleteShow(show)">
|
||||
<i class="bi bi-trash"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-warning">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue