Skip to content

Commit d6c47b9

Browse files
committed
docs(cdk/drag-drop): scrollable example not showing (#31627)
Fixes that the scrollable example wasn't showing up properly, because it wasn't exported from the index file. Fixes #31619. (cherry picked from commit 84aea87)
1 parent d526019 commit d6c47b9

File tree

1 file changed

+1
-0
lines changed
  • src/components-examples/cdk/drag-drop

1 file changed

+1
-0
lines changed

src/components-examples/cdk/drag-drop/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ export {CdkDragDropTableExample} from './cdk-drag-drop-table/cdk-drag-drop-table
1919
export {CdkDragDropMixedSortingExample} from './cdk-drag-drop-mixed-sorting/cdk-drag-drop-mixed-sorting-example';
2020
export {CdkDragDropTabsExample} from './cdk-drag-drop-tabs/cdk-drag-drop-tabs-example';
2121
export {CdkDragDropCopyListExample} from './cdk-drag-drop-copy-list/cdk-drag-drop-copy-list-example';
22+
export {CdkDragDropScrollableExample} from './cdk-drag-drop-scrollable/cdk-drag-drop-scrollable-example';

0 commit comments

Comments
 (0)