We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c385881 commit 43ace94Copy full SHA for 43ace94
material.angular.io/material.angular.io/src/app/shared/documentation-items/documentation-items.ts
@@ -357,6 +357,15 @@ const DOCS: { [key: string]: DocItem[] } = {
357
},
358
additionalApiDocs: [{name: 'Testing', path: 'material-tabs-testing.html'}],
359
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
369
{
370
id: 'toolbar',
371
name: 'Toolbar',
0 commit comments