This commit is contained in:
Peter Maquiran
2023-08-15 17:12:50 +01:00
parent bf62fc0834
commit d6f9db53ca
5 changed files with 47 additions and 114 deletions
@@ -129,11 +129,9 @@
>
<mat-datepicker-toggle id="new-inicio" matSuffix [for]="picker1" ></mat-datepicker-toggle>
<ngx-mat-datetime-picker #picker1
[showSpinners]="showSpinners"
[showSeconds]="showSeconds"
[stepHour]="stepHour" [stepMinute]="stepMinute"
[stepSecond]="stepSecond"
[touchUi]="touchUi"
[stepHour]="15" [stepMinute]="15"
>
</ngx-mat-datetime-picker>
</mat-form-field>
@@ -162,10 +160,8 @@
>
<mat-datepicker-toggle id="new-fim" matSuffix [for]="fim" ></mat-datepicker-toggle>
<ngx-mat-datetime-picker #fim
[showSpinners]="showSpinners"
[showSeconds]="showSeconds"
[stepHour]="stepHour" [stepMinute]="stepMinute"
[stepSecond]="stepSecond"
[stepHour]="15" [stepMinute]="15"
>
</ngx-mat-datetime-picker>
</mat-form-field>