Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MultiViewCalendar] Does not update to CldrIntlService default settings changes in standalone component #4398

Open
mbechev opened this issue Sep 5, 2024 · 0 comments

Comments

@mbechev
Copy link
Contributor

mbechev commented Sep 5, 2024

Describe the bug
Overwriting default settings of the CldrIntlService are correctly updated when using DatePicker, Calendar, etc. components in a standalone component app.

However, the same changes are not updated in the MultiViewCalendar. Specifically following this article on changing the first day:
https://www.telerik.com/kendo-angular-ui/components/knowledge-base/change-first-day-week

To Reproduce
Notice the first day of the week. It's Monday for all components except the MultiViewCalendar.

https://stackblitz.com/edit/angular-r5wjsy?file=src%2Fapp%2Fapp.component.ts,src%2Findex.html

The same demo works as expected if NgModules are used:
https://stackblitz.com/edit/angular-hafecd

Expected behavior
MultiViewCalendar first day should be updated according to the new settings, just like the Calendar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants