Skip to content

Commit 62a672a

Browse files
authored
feat(cdk/dialog): expose cdk dialog docs (#1144)
1 parent 9f9f4a9 commit 62a672a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,14 @@ const DOCS: { [key: string]: DocItem[] } = {
431431
prefix: 'cdk-collections-',
432432
},
433433
},
434+
{
435+
id: 'dialog',
436+
name: 'Dialog',
437+
summary: 'Directives for building accessible dialogs.',
438+
exampleSpecs: {
439+
prefix: 'cdk-dialog-',
440+
},
441+
},
434442
{
435443
id: 'drag-drop',
436444
name: 'Drag and Drop',

0 commit comments

Comments
 (0)