show component
This commit is contained in:
7
src/app/modules/shows/show/show.component.html
Normal file
7
src/app/modules/shows/show/show.component.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div *ngIf="(show$|async) as show">
|
||||
<app-card
|
||||
heading="{{show.showType|showType}}, {{show.date.toDate()|date:'dd.MM.yyyy'}}">
|
||||
|
||||
|
||||
</app-card>
|
||||
</div>
|
||||
Reference in New Issue
Block a user