Skip to content

Commit 1b2db73

Browse files
mmalerbajelbourn
authored andcommitted
chore: re-export symbols in core/platform (#2216)
1 parent 35ca9b4 commit 1b2db73

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/lib/core/core.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ export {DomPortalHost} from './portal/dom-portal-host';
3030
export * from './projection/projection';
3131

3232
// Platform
33-
export * from './platform/platform';
34-
export * from './platform/features';
35-
export {PlatformModule} from './platform/index';
33+
export * from './platform/index';
3634

3735
// Overlay
3836
export {Overlay, OVERLAY_PROVIDERS} from './overlay/overlay';

src/lib/core/platform/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import {NgModule, ModuleWithProviders} from '@angular/core';
22
import {MdPlatform} from './platform';
33

4+
export * from './platform';
5+
export * from './features';
6+
47

58
@NgModule({})
69
export class PlatformModule {

0 commit comments

Comments
 (0)