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

Commit b04ce82

Browse files
authored
fix: include date range picker examples (#899)
1 parent 0e9ef1a commit b04ce82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const DOCS: { [key: string]: DocItem[] } = {
134134
name: 'Datepicker',
135135
summary: 'Captures dates, agnostic about their internal representation.',
136136
exampleSpecs: {
137-
prefix: 'datepicker-',
137+
prefix: 'date',
138138
},
139139
additionalApiDocs: [{name: 'Testing', path: 'material-datepicker-testing.html'}],
140140
},

0 commit comments

Comments
 (0)