Expose logger in lock component (#703)
This commit is contained in:
parent
8e112a1c33
commit
813457c348
|
@ -49,7 +49,7 @@ export class LockComponent implements OnInit {
|
||||||
protected environmentService: EnvironmentService,
|
protected environmentService: EnvironmentService,
|
||||||
protected stateService: StateService,
|
protected stateService: StateService,
|
||||||
protected apiService: ApiService,
|
protected apiService: ApiService,
|
||||||
private logService: LogService,
|
protected logService: LogService,
|
||||||
private keyConnectorService: KeyConnectorService,
|
private keyConnectorService: KeyConnectorService,
|
||||||
protected ngZone: NgZone
|
protected ngZone: NgZone
|
||||||
) {}
|
) {}
|
||||||
|
|
Loading…
Reference in New Issue