Skip to content

Commit

Permalink
fix(gestures): export gesture config as part of core (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored and hansl committed May 20, 2016
1 parent 64c4d62 commit 0d04e01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ export * from './rtl/dir';
// Portals
export * from './portal/portal';
export * from './portal/portal-directives';

// Gestures
export * from './gestures/MdGestureConfig';

0 comments on commit 0d04e01

Please sign in to comment.