Replies: 2 comments 4 replies
|
With the |
0 replies
|
Hi @matheo! Could you provide usage examples for My code looks like this: Where Do I need to make some extra steps to use this adapter? |
4 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.
Luxon
The
MatLuxonDateModuleis available at @matheo/datepicker/luxon.You will need to have
luxoninstalled in your application because it's not added as dependency.Breaking Changes
The
DateAdapterclass, theDateUnitandMatDateFormatstypes, and also theNativeDateAdapter,NativeDateModuleandMatNativeDateModulewere moved to @matheo/datepicker/core. Update the imports and everything will run again. This subpackage is equivalent to @angular/material/core with the Time extensions.This discussion was created from the release Luxon DateAdapter.
All reactions