File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ that point.
161
161
162
162
<!-- example(datepicker-filter) -->
163
163
164
- In this example the user cannot select any date that falls on a Saturday or Sunday, but all of the
164
+ In this example the user cannot select any date that falls on a Saturday or Sunday, but all of the
165
165
dates which fall on other days of the week are selectable.
166
166
167
167
Each validation property has a different error that can be checked:
@@ -336,7 +336,7 @@ The easiest way to ensure this is to import one of the provided date modules:
336
336
</tbody >
337
337
</table >
338
338
339
- ` MatDateFnsModule ` (installed via ` @angular/material-date-fns-adapter ` )
339
+ ` MatDateFnsModule ` (installed via ` ng add @angular/material-date-fns-adapter` )
340
340
341
341
<table >
342
342
<tbody >
@@ -359,7 +359,7 @@ The easiest way to ensure this is to import one of the provided date modules:
359
359
</tbody >
360
360
</table >
361
361
362
- ` MatLuxonDateModule ` (installed via ` @angular/material-luxon-adapter ` )
362
+ ` MatLuxonDateModule ` (installed via ` ng add @angular/material-luxon-adapter` )
363
363
364
364
<table >
365
365
<tbody >
@@ -382,7 +382,7 @@ The easiest way to ensure this is to import one of the provided date modules:
382
382
</tbody >
383
383
</table >
384
384
385
- ` MatMomentDateModule ` (installed via ` @angular/material-moment-adapter ` )
385
+ ` MatMomentDateModule ` (installed via ` ng add @angular/material-moment-adapter` )
386
386
387
387
<table >
388
388
<tbody >
You can’t perform that action at this time.
0 commit comments