We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9f4a9 commit 62a672aCopy full SHA for 62a672a
material.angular.io/src/app/shared/documentation-items/documentation-items.ts
@@ -431,6 +431,14 @@ const DOCS: { [key: string]: DocItem[] } = {
431
prefix: 'cdk-collections-',
432
},
433
434
+ {
435
+ id: 'dialog',
436
+ name: 'Dialog',
437
+ summary: 'Directives for building accessible dialogs.',
438
+ exampleSpecs: {
439
+ prefix: 'cdk-dialog-',
440
+ },
441
442
{
443
id: 'drag-drop',
444
name: 'Drag and Drop',
0 commit comments