replicate contact function

This commit is contained in:
Peter Maquiran
2023-08-21 12:22:19 +01:00
parent a89b2739c8
commit 68c849d0ee
4 changed files with 95 additions and 12 deletions
@@ -130,7 +130,8 @@
<mat-datepicker-toggle id="new-inicio" matSuffix [for]="picker1" ></mat-datepicker-toggle>
<ngx-mat-datetime-picker #picker1
[stepHour]="15" [stepMinute]="15"
[stepHour]="1"
[stepMinute]="15"
>
</ngx-mat-datetime-picker>
@@ -161,7 +162,7 @@
<mat-datepicker-toggle id="new-fim" matSuffix [for]="fim" ></mat-datepicker-toggle>
<ngx-mat-datetime-picker #fim
[stepHour]="15" [stepMinute]="15"
[stepHour]="1" [stepMinute]="15"
>
</ngx-mat-datetime-picker>
</mat-form-field>