Replies: 1 comment
-
constructor(private dateAdapter: DateAdapter<Date>){}
ngOnInit() {
this.dateAdapter.getFirstDayOfWeek = () => 1;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Little suggestion : it would be nice to have an input to change the first day of the week.
By default, it's Sunday, in Europe we mostly use Monday as first day. So I guess a boolean should be fine as well in this scenario.
Thank you for the high quality of this lib !
Beta Was this translation helpful? Give feedback.
All reactions