Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/material/timepicker/timepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import {MAT_TIMEPICKER_CONFIG} from '@angular/material/timepicker';
```

If your app requires more fine-grained control over the options, you can pass in an array of
options into `mat-timepicker` instead. Note that the options need to match the `MatTimepickerOption`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that this was correct. This is referring to the options input on MatTimepicker which accepts a MatTimepickerOption[]. See: https://github.com/angular/components/blob/main/src/material/timepicker/timepicker.ts#L137

options into `mat-timepicker` instead. Note that the options need to match the `MatTimepickerConfig`
interface.

<!-- example(timepicker-options) -->
Expand Down
Loading