From da1266fa0ce702e558c7582f64e19fab6cdf162c Mon Sep 17 00:00:00 2001 From: Steven Ulmer Date: Wed, 23 Oct 2019 13:12:02 -0400 Subject: [PATCH] export drag and drop directive --- projects/go-lib/src/public_api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/go-lib/src/public_api.ts b/projects/go-lib/src/public_api.ts index 63a7c0689..2b4045d55 100644 --- a/projects/go-lib/src/public_api.ts +++ b/projects/go-lib/src/public_api.ts @@ -47,6 +47,7 @@ export * from './lib/components/go-datepicker/go-datepicker.module'; // File Upload export * from './lib/components/go-file-upload/go-file-upload.component'; export * from './lib/components/go-file-upload/go-file-upload.module'; +export * from './lib/components/go-file-upload/go-dragon-drop.directive'; // Footer export * from './lib/components/go-footer/go-footer.component';