Remove build errors

This commit is contained in:
Peter Maquiran
2021-07-07 11:13:31 +01:00
parent c5efa740ea
commit 474c6f1d5f
6 changed files with 135 additions and 16 deletions
@@ -80,7 +80,6 @@
max="2025">
</ion-datetime>
<mat-form-field class="width-100 date-hour-picker d-md-block">
<input matInput [ngxMatDatetimePicker]="picker1"
placeholder="Choose a date*"
@@ -93,8 +92,7 @@
[showSpinners]="showSpinners"
[showSeconds]="showSeconds"
[stepHour]="stepHour" [stepMinute]="stepMinute"
[stepSecond]="stepSecond"
[touchUi]="touchUi">
[stepSecond]="stepSecond">
</ngx-mat-datetime-picker>
</mat-form-field>
</div>