UNPKG

@alexfriesen/ngx-mat-timepicker

Version:

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

5 lines (4 loc) 132 B
import type { LocaleOptions } from 'luxon'; export interface NgxMatTimepickerOptions extends LocaleOptions { format?: number; }