Fixed build error
This commit is contained in:
parent
187d937958
commit
30d203eff8
@ -14,7 +14,7 @@ export class CalibrateComponent {
|
|||||||
this.physicsService.calibrate.next(c);
|
this.physicsService.calibrate.next(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor(private bottomSheetRef: MatBottomSheetRef, private physicsService: PhysicsService) {
|
constructor(private bottomSheetRef: MatBottomSheetRef, public physicsService: PhysicsService) {
|
||||||
this._calibration = this.physicsService.calibrate.value;
|
this._calibration = this.physicsService.calibrate.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user