Agranom / ngx-material-timepicker

Material desing timepicker for Angular 6.0+
https://agranom.github.io/ngx-material-timepicker/
MIT License
342 stars 139 forks source link

Angular v14 - setLocale() missing #438

Closed p3pp8 closed 1 year ago

p3pp8 commented 1 year ago

setLocale doesn't exists inside the imported module (ie: import {NgxMaterialTimepickerModule} from 'ngx-material-timepicker';), must use setOpts but i'm still reading about it inside readme.md. Any clue on what i'm missing?

NOT WORKING

NgxMaterialTimepickerModule.setLocake('it-IT')

WORKING

NgxMaterialTimepickerModule.setOpts('it-IT', 'arab')

Thanx

Agranom commented 1 year ago

@p3pp8 You're right. The doc is outdated. Use setOpts instead of 'setLocale` Thanks