Skip to content

Commit 84ccf38

Browse files
committed
fix: 🐛 (draghandle) export drag handle directive
1 parent d3ed313 commit 84ccf38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Public API Surface of ng-sortgrid
33
*/
4-
export * from './lib/ngsg-item.directive';
54
export * from './lib/ngsg.module';
5+
export * from './lib/ngsg-item.directive';
6+
export * from './lib/ngsg-drag-handle.directive';
67
export * from './lib/shared/ngsg-order-change.model';

0 commit comments

Comments
 (0)