We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ed313 commit 84ccf38Copy full SHA for 84ccf38
projects/ng-sortgrid/src/public-api.ts
@@ -1,6 +1,7 @@
1
/*
2
* Public API Surface of ng-sortgrid
3
*/
4
-export * from './lib/ngsg-item.directive';
5
export * from './lib/ngsg.module';
+export * from './lib/ngsg-item.directive';
6
+export * from './lib/ngsg-drag-handle.directive';
7
export * from './lib/shared/ngsg-order-change.model';
0 commit comments