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

fix: add missing drag-drop examples #616

Merged
merged 1 commit into from
Sep 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,14 +428,22 @@ const DOCS: {[key: string]: DocCategory[]} = {
name: 'Drag and Drop',
summary: 'Directives enabling drag-and-drop interactions',
examples: [
'cdk-drag-drop-axis-lock',
'cdk-drag-drop-sorting',
'cdk-drag-drop-overview',
'cdk-drag-drop-horizontal-sorting',
'cdk-drag-drop-axis-lock',
'cdk-drag-drop-boundary',
'cdk-drag-drop-connected-sorting',
'cdk-drag-drop-connected-sorting-group',
'cdk-drag-drop-custom-placeholder',
'cdk-drag-drop-custom-preview',
'cdk-drag-drop-root-element',
'cdk-drag-drop-delay',
'cdk-drag-drop-disabled',
'cdk-drag-drop-disabled-sorting',
'cdk-drag-drop-enter-predicate',
'cdk-drag-drop-free-drag-position',
'cdk-drag-drop-handle',
'cdk-drag-drop-connected-sorting',
'cdk-drag-drop-horizontal-sorting',
'cdk-drag-drop-root-element',
'cdk-drag-drop-sorting'
],
},
{
Expand Down