Skip to content

Instantly share code, notes, and snippets.

imageCollection: string[];
selectedImage: string;
imageIndex: number;
currentImage: string;
constructor(
public dialogRef: MatDialogRef<LigthboxModalComponent>,
@Inject(MAT_DIALOG_DATA) public data: any
) {}