We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65f035 commit 84ff2e6Copy full SHA for 84ff2e6
src/material/datepicker/datepicker-module.ts
@@ -21,7 +21,6 @@ import {
21
MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER,
22
} from './datepicker';
23
import {MatDatepickerInput} from './datepicker-input';
24
-import {MatDatepickerIntl} from './datepicker-intl';
25
import {MatDatepickerToggle, MatDatepickerToggleIcon} from './datepicker-toggle';
26
import {MatMonthView} from './month-view';
27
import {MatMultiYearView} from './multi-year-view';
@@ -64,7 +63,6 @@ import {MatYearView} from './year-view';
64
63
MatCalendarHeader,
65
],
66
providers: [
67
- MatDatepickerIntl,
68
69
70
entryComponents: [
0 commit comments