add swiper view to show

This commit is contained in:
2023-05-18 11:54:47 +02:00
parent e94766898d
commit 551bed9a77
16 changed files with 162 additions and 22 deletions

View File

@@ -12,4 +12,5 @@ export class CardComponent {
@Input() public subheading: string | null = null;
@Input() public closeLink: string | null = null;
@Input() public closeIcon = faTimes;
@Input() public fullscreen = false;
}