Skip to content

Commit

Permalink
chore: add PlatformModule export to core.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Dec 17, 2016
1 parent 3637b93 commit 2168d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/core/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export * from './projection/projection';
// Platform
export * from './platform/platform';
export * from './platform/features';
export {PlatformModule} from './platform/index';

// Overlay
export {Overlay, OVERLAY_PROVIDERS} from './overlay/overlay';
Expand Down

0 comments on commit 2168d7c

Please sign in to comment.