Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit f5f6c86

Browse files
crisbetojelbourn
authored andcommitted
fix: add missing drag-drop examples (#616)
Adds some examples for the CDK `drag-drop` modules that weren't in the examples list.
1 parent 38af607 commit f5f6c86

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

src/app/shared/documentation-items/documentation-items.ts

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -428,14 +428,22 @@ const DOCS: {[key: string]: DocCategory[]} = {
428428
name: 'Drag and Drop',
429429
summary: 'Directives enabling drag-and-drop interactions',
430430
examples: [
431-
'cdk-drag-drop-axis-lock',
432-
'cdk-drag-drop-sorting',
433431
'cdk-drag-drop-overview',
434-
'cdk-drag-drop-horizontal-sorting',
432+
'cdk-drag-drop-axis-lock',
433+
'cdk-drag-drop-boundary',
434+
'cdk-drag-drop-connected-sorting',
435+
'cdk-drag-drop-connected-sorting-group',
436+
'cdk-drag-drop-custom-placeholder',
435437
'cdk-drag-drop-custom-preview',
436-
'cdk-drag-drop-root-element',
438+
'cdk-drag-drop-delay',
439+
'cdk-drag-drop-disabled',
440+
'cdk-drag-drop-disabled-sorting',
441+
'cdk-drag-drop-enter-predicate',
442+
'cdk-drag-drop-free-drag-position',
437443
'cdk-drag-drop-handle',
438-
'cdk-drag-drop-connected-sorting',
444+
'cdk-drag-drop-horizontal-sorting',
445+
'cdk-drag-drop-root-element',
446+
'cdk-drag-drop-sorting'
439447
],
440448
},
441449
{

0 commit comments

Comments
 (0)