File tree 1 file changed +5
-0
lines changed
material.angular.io/src/app/shared/documentation-items
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ const DOCS: { [key: string]: DocItem[] } = {
109
109
exampleSpecs : {
110
110
prefix : 'card-' ,
111
111
} ,
112
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-card-testing.html' } ] ,
112
113
} ,
113
114
{
114
115
id : 'checkbox' ,
@@ -126,6 +127,7 @@ const DOCS: { [key: string]: DocItem[] } = {
126
127
exampleSpecs : {
127
128
prefix : 'chips-' ,
128
129
} ,
130
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-chips-testing.html' } ] ,
129
131
} ,
130
132
{
131
133
id : 'datepicker' ,
@@ -134,6 +136,7 @@ const DOCS: { [key: string]: DocItem[] } = {
134
136
exampleSpecs : {
135
137
prefix : 'datepicker-' ,
136
138
} ,
139
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-datepicker-testing.html' } ] ,
137
140
} ,
138
141
{
139
142
id : 'dialog' ,
@@ -323,6 +326,7 @@ const DOCS: { [key: string]: DocItem[] } = {
323
326
exampleSpecs : {
324
327
prefix : 'stepper-' ,
325
328
} ,
329
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-stepper-testing.html' } ] ,
326
330
} ,
327
331
{
328
332
id : 'table' ,
@@ -349,6 +353,7 @@ const DOCS: { [key: string]: DocItem[] } = {
349
353
exampleSpecs : {
350
354
prefix : 'toolbar-' ,
351
355
} ,
356
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-toolbar-testing.html' } ] ,
352
357
} ,
353
358
{
354
359
id : 'tooltip' ,
You can’t perform that action at this time.
0 commit comments