fixed sensor config
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<div fxLayout="row" fxLayoutWrap fxLayoutAlign="center">
|
||||
<div *ngIf="step == 1">
|
||||
<div *ngIf="step == 2">
|
||||
<of-sensor-setting></of-sensor-setting>
|
||||
</div>
|
||||
<div *ngIf="step == 2">
|
||||
<div *ngIf="step == 1">
|
||||
<of-sensor-setting-result></of-sensor-setting-result>
|
||||
</div>
|
||||
<div fxLayout="col" fxLayoutWrap fxLayoutAlign="center">
|
||||
|
||||
<button mat-button (click)="onCloseCancel()">Cancel</button>
|
||||
|
||||
스텝 순서를 바꿨으니 나중에 바꾸잡
|
||||
<button mat-button (click)="onNext()">Next</button>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user