Skip to content

Commit

Permalink
fix: 🐛 (draghandle) export drag handle directive
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Mar 3, 2022
1 parent d3ed313 commit 84ccf38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ng-sortgrid/src/public-api.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Public API Surface of ng-sortgrid
*/
export * from './lib/ngsg-item.directive';
export * from './lib/ngsg.module';
export * from './lib/ngsg-item.directive';
export * from './lib/ngsg-drag-handle.directive';
export * from './lib/shared/ngsg-order-change.model';

0 comments on commit 84ccf38

Please sign in to comment.