Skip to content

Commit 5df1af6

Browse files
mmalerbajelbourn
authored andcommitted
fix(datepicker): export MatCalendarHeader (#10633)
1 parent 4fbde10 commit 5df1af6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/datepicker/datepicker-module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import {MatYearView} from './year-view';
4444
MatMonthView,
4545
MatYearView,
4646
MatMultiYearView,
47+
MatCalendarHeader,
4748
],
4849
declarations: [
4950
MatCalendar,
@@ -56,7 +57,7 @@ import {MatYearView} from './year-view';
5657
MatMonthView,
5758
MatYearView,
5859
MatMultiYearView,
59-
MatCalendarHeader
60+
MatCalendarHeader,
6061
],
6162
providers: [
6263
MatDatepickerIntl,

0 commit comments

Comments
 (0)