1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-26 05:27:35 +02:00

Adding missing lightbox.service.ts #544

This commit is contained in:
Patrik J. Braun 2022-12-09 22:59:26 +01:00
parent 594fc2e8b7
commit 839d129e05

View File

@ -0,0 +1,11 @@
import {Injectable} from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class LightboxService {
public captionAlwaysOn = false;
public facesAlwaysOn = false;
public loopVideos = false;
}