diff --git a/src/pages/shows/shows.component.html b/src/pages/shows/shows.component.html index 8f6cc94..6cefc1d 100644 --- a/src/pages/shows/shows.component.html +++ b/src/pages/shows/shows.component.html @@ -1,17 +1,19 @@
-
+
@for (show of shows; track show._id) { -
- -
-
{{ show.title }}
-

{{ show.date | date }}

- - +
+
+ +
+
{{ show.title }}
+

{{ show.date | date }}

+ + +
}