Skip to content

Commit 74a3b18

Browse files
committed
docs(material/ timepicker): must provide a MatTimepickerConfig, not MatTimepickerOption
1 parent 8980ad5 commit 74a3b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/timepicker/timepicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import {MAT_TIMEPICKER_CONFIG} from '@angular/material/timepicker';
9090
```
9191

9292
If your app requires more fine-grained control over the options, you can pass in an array of
93-
options into `mat-timepicker` instead. Note that the options need to match the `MatTimepickerOption`
93+
options into `mat-timepicker` instead. Note that the options need to match the `MatTimepickerConfig`
9494
interface.
9595

9696
<!-- example(timepicker-options) -->

0 commit comments

Comments
 (0)