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 3e9228a commit 451d0e5Copy full SHA for 451d0e5
src/material/datepicker/datepicker-errors.ts
@@ -10,7 +10,7 @@
10
export function createMissingDateImplError(provider: string) {
11
return Error(
12
`MatDatepicker: No provider found for ${provider}. You must import one of the following ` +
13
- `modules at your application root: MatNativeDateModule, MatMomentDateModule, or provide a ` +
+ `modules at your application root: MatNativeDateModule, MatDateFnsModule, MatLuxonDateModule, MatMomentDateModule, or provide a ` +
14
`custom implementation.`,
15
);
16
}
0 commit comments