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 35ca9b4 commit 1b2db73Copy full SHA for 1b2db73
src/lib/core/core.ts
@@ -30,9 +30,7 @@ export {DomPortalHost} from './portal/dom-portal-host';
30
export * from './projection/projection';
31
32
// Platform
33
-export * from './platform/platform';
34
-export * from './platform/features';
35
-export {PlatformModule} from './platform/index';
+export * from './platform/index';
36
37
// Overlay
38
export {Overlay, OVERLAY_PROVIDERS} from './overlay/overlay';
src/lib/core/platform/index.ts
@@ -1,6 +1,9 @@
1
import {NgModule, ModuleWithProviders} from '@angular/core';
2
import {MdPlatform} from './platform';
3
4
+export * from './platform';
5
+export * from './features';
6
+
7
8
@NgModule({})
9
export class PlatformModule {
0 commit comments