mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
Set openlpService to public in stage js to make typescript happy
This commit is contained in:
parent
145329f65f
commit
36ca78ecc7
@ -20,7 +20,7 @@ export class StageViewComponent implements OnInit {
|
||||
tags: Tag[] = [];
|
||||
time = new Date();
|
||||
|
||||
constructor(private openlpService: OpenLPService) {
|
||||
constructor(public openlpService: OpenLPService) {
|
||||
setInterval(() => this.time = new Date(), 1000);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user