Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit a4ca4c1

Browse files
committed
fix: expose timepicker
Exposes the timepicker in the docs.
1 parent b9b5fa6 commit a4ca4c1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/app/shared/documentation-items/documentation-items.ts

+9
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,15 @@ const DOCS: { [key: string]: DocItem[] } = {
357357
},
358358
additionalApiDocs: [{name: 'Testing', path: 'material-tabs-testing.html'}],
359359
},
360+
{
361+
id: 'timepicker',
362+
name: 'Timepicker',
363+
summary: 'Allows the user to select a time of the day.',
364+
exampleSpecs: {
365+
prefix: 'time',
366+
},
367+
additionalApiDocs: [{name: 'Testing', path: 'material-timepicker-testing.html'}],
368+
},
360369
{
361370
id: 'toolbar',
362371
name: 'Toolbar',

0 commit comments

Comments
 (0)