Skip to content

Commit

Permalink
docs(material/timepicker): fix missing icon in example
Browse files Browse the repository at this point in the history
Fixes that one of the timepicker examples didn't have an icon.

Fixes angular#30076.
  • Loading branch information
crisbeto committed Nov 27, 2024
1 parent d7fc560 commit 828e646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<mat-label>Pick a time</mat-label>
<input matInput [matTimepicker]="picker">
<mat-timepicker-toggle matIconSuffix [for]="picker">
<mat-icon matTimepickerToggleIcon>globe</mat-icon>
<mat-icon matTimepickerToggleIcon>keyboard_arrow_down</mat-icon>
</mat-timepicker-toggle>
<mat-timepicker #picker/>
</mat-form-field>

0 comments on commit 828e646

Please sign in to comment.