fix remote animation
This commit is contained in:
@@ -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'"
|
<app-card [heading]="show.showType | showType" [subheading]="show.date.toDate() | date:'dd.MM.yyyy'"
|
||||||
closeLink="/presentation/select" [closeIcon]="faIcon">
|
closeLink="/presentation/select" [closeIcon]="faIcon">
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div *ngIf="visible && shows$ | async as shows" @fade>
|
<div *ngIf="shows$ | async as shows" @fade>
|
||||||
<app-card heading="Bitte eine Veranstaltung auswählen">
|
<app-card heading="Bitte eine Veranstaltung auswählen" *ngIf="visible">
|
||||||
<p *ngIf="!shows.length">
|
<p *ngIf="!shows.length">
|
||||||
Es ist derzeit keine Veranstaltung vorhanden
|
Es ist derzeit keine Veranstaltung vorhanden
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user