ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Add configuration to 'firstDayOfWeek'. #74

Closed najor closed 7 years ago

najor commented 7 years ago

It sets the firstDayOfWeek to all calendars instead of just the one that has the configuration. It should just set the firstDayOfWeek to one calendar, but as DateTime is an Injectable I couldn't figure out how to do it.

For my case this solution is valid because all the calendar in my app must follow the same style.

Cheers

allenhwkim commented 7 years ago

Sorry, can you make PR again for me? I will accept it. image

allenhwkim commented 7 years ago

merged after resolving conflicts