@alexfriesen/ngx-mat-timepicker
Github

Angular Material Timepicker

an Angular material 18+ extension to add time pickers!

npm versiondownloads per monthminified size

Install NgxMatTimepicker

  • npm i @alexfriesen/ngx-mat-timepicker

Dynamic locale (v >= 12.2.0)

Examples:

Picker with 12h format

using default palette (primary)

Picker with 24h format

using accent palette

ngx-mat-timepicker-field

using warn palette

format = 12

:

format = 24

:

Append to input

using appendToInput

ngx-mat-timepicker is here

Open programmatically

use external button to open the picker

ngx-mat-timepicker-toggle

use component in material stile (instead of using mat-icon + matSuffix)

MM/DD/YYYY

Min and Max validation

add config to have min and/or max hour

Allow input completition

Don't link input to picker

Picker in a Dialog

using default palette (primary)

© 2024 MIT License