Skip to content

Commit 615dfe1

Browse files
crisbetojelbourn
authored andcommittedSep 5, 2019
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 cf01488 commit 615dfe1

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed
 

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

+13-5
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)
Please sign in to comment.