This commit is contained in:
2020-04-25 23:33:37 +02:00
committed by smuddy
parent b773df88a1
commit 148621f358
8 changed files with 88 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ export class MonitorComponent implements OnInit {
public zoom: number;
public index: number;
private sections: Section[];
private config$: Observable<Config>;
public config$: Observable<Config>;
constructor(
private showService: ShowService,