diff --git a/src/lib/core/core.ts b/src/lib/core/core.ts index 0cda89a4ccc4..7b99bb54bfde 100644 --- a/src/lib/core/core.ts +++ b/src/lib/core/core.ts @@ -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';