Skip to content

Commit d026570

Browse files
authored
make MatMomentDateAdapterOptions.defaultOutputCalendar optional
1 parent 46b67d1 commit d026570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/material-luxon-adapter/adapter/luxon-date-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface MatLuxonDateAdapterOptions {
3333
* Sets the output Calendar.
3434
* Changing this will change how Angular Material components like DatePicker output dates.
3535
*/
36-
defaultOutputCalendar: LuxonCalendarSystem;
36+
defaultOutputCalendar?: LuxonCalendarSystem;
3737
}
3838

3939
/** InjectionToken for LuxonDateAdapter to configure options. */

0 commit comments

Comments
 (0)