Skip to content

Commit

Permalink
Merge pull request bleenco#56 from kevinvella/master
Browse files Browse the repository at this point in the history
Added index.ts for ng2-uploader, directives and services
  • Loading branch information
jkuri authored Aug 6, 2016
2 parents d48616a + 1ce2ec2 commit 9eb0498
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 9eb0498

Please sign in to comment.