Skip to content

Commit 2168d7c

Browse files
committed
chore: add PlatformModule export to core.ts
1 parent 3637b93 commit 2168d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/core/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export * from './projection/projection';
3232
// Platform
3333
export * from './platform/platform';
3434
export * from './platform/features';
35+
export {PlatformModule} from './platform/index';
3536

3637
// Overlay
3738
export {Overlay, OVERLAY_PROVIDERS} from './overlay/overlay';

0 commit comments

Comments
 (0)