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:
parent
594fc2e8b7
commit
839d129e05
11
src/frontend/app/ui/gallery/lightbox/lightbox.service.ts
Normal file
11
src/frontend/app/ui/gallery/lightbox/lightbox.service.ts
Normal 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;
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user