show component

This commit is contained in:
2020-03-08 09:45:05 +01:00
committed by smuddy
parent d68cd590ad
commit bb0676a428
53 changed files with 344 additions and 185 deletions

View File

@@ -0,0 +1,7 @@
<div>
<app-list-header></app-list-header>
<app-card *ngIf="shows$ | async as shows" [@fade] [padding]="false">
<app-list-item *ngFor="let show of shows" [routerLink]="show.id" [show]="show"></app-list-item>
</app-card>
</div>