We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3637b93 commit 2168d7cCopy full SHA for 2168d7c
src/lib/core/core.ts
@@ -32,6 +32,7 @@ export * from './projection/projection';
32
// Platform
33
export * from './platform/platform';
34
export * from './platform/features';
35
+export {PlatformModule} from './platform/index';
36
37
// Overlay
38
export {Overlay, OVERLAY_PROVIDERS} from './overlay/overlay';
0 commit comments