Skip to content

Commit

Permalink
feat(cdk/dialog): expose cdk dialog docs (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored May 18, 2022
1 parent 9f9f4a9 commit 62a672a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,14 @@ const DOCS: { [key: string]: DocItem[] } = {
prefix: 'cdk-collections-',
},
},
{
id: 'dialog',
name: 'Dialog',
summary: 'Directives for building accessible dialogs.',
exampleSpecs: {
prefix: 'cdk-dialog-',
},
},
{
id: 'drag-drop',
name: 'Drag and Drop',
Expand Down

0 comments on commit 62a672a

Please sign in to comment.