Skip to content

Commit c3a2e49

Browse files
authoredDec 30, 2020
fix: include date range picker examples (#899)
1 parent aa2dd25 commit c3a2e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎material.angular.io/src/app/shared/documentation-items/documentation-items.ts

+1-1
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)
Please sign in to comment.