diff --git a/src/material/datepicker/datepicker-errors.ts b/src/material/datepicker/datepicker-errors.ts index c689069c1519..0fdad5cf7101 100644 --- a/src/material/datepicker/datepicker-errors.ts +++ b/src/material/datepicker/datepicker-errors.ts @@ -10,7 +10,7 @@ export function createMissingDateImplError(provider: string) { return Error( `MatDatepicker: No provider found for ${provider}. You must import one of the following ` + - `modules at your application root: MatNativeDateModule, MatMomentDateModule, or provide a ` + + `modules at your application root: MatNativeDateModule, MatDateFnsModule, MatLuxonDateModule, MatMomentDateModule, or provide a ` + `custom implementation.`, ); }