Skip to content

Commit

Permalink
Added index.ts for ng2-uploader, directives and services
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Vella committed Aug 6, 2016
1 parent d48616a commit 1ce2ec2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './ng2-uploader';
2 changes: 2 additions & 0 deletions src/directives/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './ng-file-drop';
export * from './ng-file-select';
1 change: 1 addition & 0 deletions src/services/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './ng2-uploader';

0 comments on commit 1ce2ec2

Please sign in to comment.