Fixed build error

This commit is contained in:
Zakary Timson 2019-07-11 19:44:50 -04:00
parent 187d937958
commit 30d203eff8

View File

@ -14,7 +14,7 @@ export class CalibrateComponent {
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;
}