File tree 1 file changed +9
-9
lines changed
material.angular.io/src/app/shared/documentation-items
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,15 @@ const DOCS: { [key: string]: DocItem[] } = {
129
129
} ,
130
130
additionalApiDocs : [ { name : 'Testing' , path : 'material-chips-testing.html' } ] ,
131
131
} ,
132
+ {
133
+ id : 'core' ,
134
+ name : 'Core' ,
135
+ summary : 'Reusable parts used by other components in the library.' ,
136
+ exampleSpecs : {
137
+ prefix : 'core-' ,
138
+ } ,
139
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-core-testing.html' } ] ,
140
+ } ,
132
141
{
133
142
id : 'datepicker' ,
134
143
name : 'Datepicker' ,
@@ -372,15 +381,6 @@ const DOCS: { [key: string]: DocItem[] } = {
372
381
prefix : 'tree-' ,
373
382
} ,
374
383
} ,
375
- {
376
- id : 'core' ,
377
- name : 'Core' ,
378
- summary : 'Reusable parts used by other components in the library.' ,
379
- exampleSpecs : {
380
- prefix : 'core-' ,
381
- } ,
382
- additionalApiDocs : [ { name : 'Testing' , path : 'material-core-testing.html' } ] ,
383
- } ,
384
384
] ,
385
385
[ CDK ] : [
386
386
{
You can’t perform that action at this time.
0 commit comments