Currently, I am working with Angular2 and typescript alongside the Valor datepicker. Unfortunately, the datepicker does not have the necessary locale built-in. After some research, I discovered that the essential JavaScript file containing the locale information can be found in the momentjs git repository. How can I integrate this js file into my project?
I attempted to mimic the method used by angular in ngx-bootstrap, but I am having trouble locating the LocaleData module.
Is there anyone who can provide guidance on how to add a custom locale for use with the datepicker?