Skip to content

Commit 03cc7a9

Browse files
chore(datepicker): remove spaces around braces of strict example
1 parent b0654c4 commit 03cc7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/datepicker/datepicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ the `MAT_MOMENT_DATE_ADAPTER_OPTIONS` and setting it to `strict: true`.
265265
@NgModule({
266266
imports: [MatDatepickerModule, MatMomentDateModule],
267267
providers: [
268-
{ provide: MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: { strict: true } }
268+
{provide: MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: {strict: true}}
269269
]
270270
})
271271
```

0 commit comments

Comments
 (0)