Skip to content

Commit

Permalink
refractor(): export all
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 23, 2017
1 parent ceaaccd commit 63f3e6d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
export {
FacebookService,
FacebookInitParams,
FacebookApiMethod,
FacebookUiParams,
FacebookAuthResponse,
FacebookLoginStatus,
FacebookLoginOptions,
FacebookLoginResponse
} from './ng2-facebook-sdk';
export * from './ng2-facebook-sdk';

0 comments on commit 63f3e6d

Please sign in to comment.