Closed p3pp8 closed 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
@p3pp8 You're right. The doc is outdated. Use setOpts instead of 'setLocale` Thanks
setOpts
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
WORKING
Thanx