File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ The easiest way to ensure this is to import one of the provided date modules:
325325 </tbody >
326326</table >
327327
328- ` MatMomentDateModule `
328+ ` MatMomentDateModule ` (installed via ` @angular/material-moment-adapter ` )
329329
330330<table >
331331 <tbody >
@@ -351,8 +351,9 @@ The easiest way to ensure this is to import one of the provided date modules:
351351* Please note: ` MatNativeDateModule ` is based off the functionality available in JavaScript's
352352native [ ` Date ` object] ( https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date ) .
353353Thus it is not suitable for many locales. One of the biggest shortcomings of the native ` Date `
354- object is the inability to set the parse format. We highly recommend using the ` MomentDateAdapter `
355- or a custom ` DateAdapter ` that works with the formatting/parsing library of your choice.*
354+ object is the inability to set the parse format. We strongly recommend using an adapter based on
355+ a more robust formatting and parsing library. You can use the ` MomentDateAdapter `
356+ or a custom ` DateAdapter ` that works with the library of your choice.*
356357
357358These modules include providers for ` DateAdapter ` and ` MAT_DATE_FORMATS ` .
358359
You can’t perform that action at this time.
0 commit comments