Loading src/app/p_services/orderCheckout/service-order-checkout/service-order-checkout.component.html +5 −5 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ <ng-container *ngSwitchCase="'TIMESTAMP'"> <mat-form-field [owlDateTimeTrigger]="pickerFrom"> <mat-label>Custom Value</mat-label> <mat-label>TIMESTAMP</mat-label> <input matInput [owlDateTime]="pickerFrom" placeholder="Date Time" [(ngModel)]="charForm.get('value').value[0].value.value" [ngModelOptions]="{standalone: true}"> Loading @@ -68,7 +68,7 @@ <ng-container *ngSwitchDefault> <mat-form-field > <mat-label>Custom Value</mat-label> <mat-label>{{charForm.get('valueType').value}}</mat-label> <input matInput [(ngModel)]="charForm.get('value').value[0].value.value" [ngModelOptions]="{standalone: true}"> </mat-form-field> Loading @@ -76,7 +76,7 @@ <ng-template #iterables> <mat-form-field> <mat-label>Custom Value</mat-label> <mat-label>{{charForm.get('value').value[0].valueType}}</mat-label> <mat-select formControlName="value" multiple> <mat-option *ngFor="let charValue of configurableSpecChar[i].serviceSpecCharacteristicValue" Loading @@ -88,7 +88,7 @@ <ng-template #enumerable> <mat-form-field > <mat-label>Custom Value</mat-label> <mat-label>{{charForm.get('value').value[0].valueType}}</mat-label> <mat-select [(ngModel)]="charForm.get('value').value[0]" [ngModelOptions]="{standalone: true}"> <mat-option Loading @@ -111,7 +111,7 @@ [ngModelOptions]="{standalone: true}"> </mat-form-field > <mat-form-field class="col-sm-6 col-md-12 col-xl-6"> <mat-label>Custom Value</mat-label> <mat-label>{{charValue.valueType}}</mat-label> <input matInput [(ngModel)]="charValue.value.value" [ngModelOptions]="{standalone: true}"> </mat-form-field> Loading Loading
src/app/p_services/orderCheckout/service-order-checkout/service-order-checkout.component.html +5 −5 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ <ng-container *ngSwitchCase="'TIMESTAMP'"> <mat-form-field [owlDateTimeTrigger]="pickerFrom"> <mat-label>Custom Value</mat-label> <mat-label>TIMESTAMP</mat-label> <input matInput [owlDateTime]="pickerFrom" placeholder="Date Time" [(ngModel)]="charForm.get('value').value[0].value.value" [ngModelOptions]="{standalone: true}"> Loading @@ -68,7 +68,7 @@ <ng-container *ngSwitchDefault> <mat-form-field > <mat-label>Custom Value</mat-label> <mat-label>{{charForm.get('valueType').value}}</mat-label> <input matInput [(ngModel)]="charForm.get('value').value[0].value.value" [ngModelOptions]="{standalone: true}"> </mat-form-field> Loading @@ -76,7 +76,7 @@ <ng-template #iterables> <mat-form-field> <mat-label>Custom Value</mat-label> <mat-label>{{charForm.get('value').value[0].valueType}}</mat-label> <mat-select formControlName="value" multiple> <mat-option *ngFor="let charValue of configurableSpecChar[i].serviceSpecCharacteristicValue" Loading @@ -88,7 +88,7 @@ <ng-template #enumerable> <mat-form-field > <mat-label>Custom Value</mat-label> <mat-label>{{charForm.get('value').value[0].valueType}}</mat-label> <mat-select [(ngModel)]="charForm.get('value').value[0]" [ngModelOptions]="{standalone: true}"> <mat-option Loading @@ -111,7 +111,7 @@ [ngModelOptions]="{standalone: true}"> </mat-form-field > <mat-form-field class="col-sm-6 col-md-12 col-xl-6"> <mat-label>Custom Value</mat-label> <mat-label>{{charValue.valueType}}</mat-label> <input matInput [(ngModel)]="charValue.value.value" [ngModelOptions]="{standalone: true}"> </mat-form-field> Loading