Skip to content

Commit 042b8fc

Browse files
feat(material/core): add date format for month label (#21044)
1 parent a30b38f commit 042b8fc

File tree

4 files changed

+392
-323
lines changed

4 files changed

+392
-323
lines changed

src/material/core/datetime/date-formats.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export type MatDateFormats = {
1515
},
1616
display: {
1717
dateInput: any,
18+
monthLabel?: any,
1819
monthYearLabel: any,
1920
dateA11yLabel: any,
2021
monthYearA11yLabel: any,

0 commit comments

Comments
 (0)