From 74a3b18246e7202b4b5accf163991c2a0a3e967b Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Wed, 20 Nov 2024 16:46:55 +0700 Subject: [PATCH] docs(material/ timepicker): must provide a MatTimepickerConfig, not MatTimepickerOption --- src/material/timepicker/timepicker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/timepicker/timepicker.md b/src/material/timepicker/timepicker.md index 820e5aff6722..9e1d873f1b90 100644 --- a/src/material/timepicker/timepicker.md +++ b/src/material/timepicker/timepicker.md @@ -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` +options into `mat-timepicker` instead. Note that the options need to match the `MatTimepickerConfig` interface.