fix remote animation

This commit is contained in:
2022-11-10 18:15:07 +01:00
parent c7ff022b84
commit e4d6fa6b01
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<div *ngIf="show">
<div *ngIf="show" @fade>
<app-card [heading]="show.showType | showType" [subheading]="show.date.toDate() | date:'dd.MM.yyyy'"
closeLink="/presentation/select" [closeIcon]="faIcon">

View File

@@ -1,5 +1,5 @@
<div *ngIf="visible && shows$ | async as shows" @fade>
<app-card heading="Bitte eine Veranstaltung auswählen">
<div *ngIf="shows$ | async as shows" @fade>
<app-card heading="Bitte eine Veranstaltung auswählen" *ngIf="visible">
<p *ngIf="!shows.length">
Es ist derzeit keine Veranstaltung vorhanden
</p>