mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 19:32:49 +00:00
Merge branch 'fix_openlp_service_scope_for_stages' into 'master'
Fix typescript build error See merge request openlp/web-remote!34
This commit is contained in:
commit
cdf03beb45
@ -20,7 +20,7 @@ export class StageViewComponent implements OnInit {
|
|||||||
tags: Tag[] = [];
|
tags: Tag[] = [];
|
||||||
time = new Date();
|
time = new Date();
|
||||||
|
|
||||||
constructor(private openlpService: OpenLPService) {
|
constructor(public openlpService: OpenLPService) {
|
||||||
setInterval(() => this.time = new Date(), 1000);
|
setInterval(() => this.time = new Date(), 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user