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 b0654c4 commit 03cc7a9Copy full SHA for 03cc7a9
src/material/datepicker/datepicker.md
@@ -265,7 +265,7 @@ the `MAT_MOMENT_DATE_ADAPTER_OPTIONS` and setting it to `strict: true`.
265
@NgModule({
266
imports: [MatDatepickerModule, MatMomentDateModule],
267
providers: [
268
- { provide: MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: { strict: true } }
+ {provide: MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: {strict: true}}
269
]
270
})
271
```
0 commit comments