Native time input styled with mat-form-field.
Native HTML time input styled with Angular Material form-field.
<mat-form-field appearance="outline" class="w-full max-w-xs"> <mat-label>Time</mat-label> <input matInput type="time" [(ngModel)]="time" /> </mat-form-field>