-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Milestone
Description
What problem does this feature solve?
This is more of a question (tho not suited for StackOverflow given it requires knowing implementation details).
I see that date locale depends on Angular's "native" i18n integration, or alternatively on date-fns.
Let's say that I don't use any of them, and instead use Transloco (which is pretty much the go-to solution nowadays), how would we approach integrating with Transloco Locale (https://jsverse.gitbook.io/transloco/plugins-and-extensions/locale-l10n) for components like the Date Picker?
What does the proposed API look like?
To be decided. Transloco operates lazily instead of eagerly like Angular i18n.