This commit is contained in:
Dániel Péter Sipos
2020-11-03 16:09:34 +01:00
parent 263c12e8f2
commit ae079f06ed

View File

@@ -12,7 +12,7 @@ import { NgxGalleryAnimation } from '@kolkov/ngx-gallery';
}) })
export class MediaViewerImageComponent implements OnInit { export class MediaViewerImageComponent implements OnInit {
@Input() images: MediaViewerItem[]; @Input() images: MediaViewerItem[];
@Input() image: string; @Input() image?: string;
galleryOptions: NgxGalleryOptions[]; galleryOptions: NgxGalleryOptions[];
galleryImages: NgxGalleryImage[]; galleryImages: NgxGalleryImage[];