UNPKG

@alexfriesen/ngx-mat-timepicker

Version:

ngx-mat-timepicker is an Angular material 17+ extension to add time pickers!

10 lines (9 loc) 363 B
import { NgxMatTimepickerFormatType } from './ngx-mat-timepicker-format.type'; import { NgxMatTimepickerPeriods } from './ngx-mat-timepicker-periods.enum'; import type { DateTime } from 'luxon'; export interface NgxMatTimepickerDisabledConfig { format: NgxMatTimepickerFormatType; max: DateTime; min: DateTime; period?: NgxMatTimepickerPeriods; }