Skip to content

Commit cc692c0

Browse files
committed
Re-export Md prefixed classes as deprecated
1 parent 5c42dd8 commit cc692c0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/lib/core/core.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ export * from './projection/projection';
3333
export * from './platform/platform';
3434
export * from './platform/features';
3535

36+
/** @deprecated */
37+
export {Platform as MdPlatform} from './platform/platform';
38+
3639
// Overlay
3740
export {Overlay, OVERLAY_PROVIDERS} from './overlay/overlay';
3841
export {OverlayContainer} from './overlay/overlay-container';
@@ -59,6 +62,9 @@ export {
5962
LIVE_ANNOUNCER_ELEMENT_TOKEN,
6063
} from './a11y/live-announcer';
6164

65+
/** @deprecated */
66+
export {LiveAnnouncer as MdLiveAnnouncer} from './a11y/live-announcer';
67+
6268
export {FocusTrap} from './a11y/focus-trap';
6369
export {InteractivityChecker} from './a11y/interactivity-checker';
6470
export {isFakeMousedownFromScreenReader} from './a11y/fake-mousedown';
@@ -70,6 +76,11 @@ export {
7076
UniqueSelectionDispatcherListener
7177
} from './coordination/unique-selection-dispatcher';
7278

79+
/** @deprecated */
80+
export {
81+
UniqueSelectionDispatcher as MdUniqueSelectionDispatcher
82+
} from './coordination/unique-selection-dispatcher';
83+
7384
export {MdLineModule, MdLine, MdLineSetter} from './line/line';
7485

7586
// Style

0 commit comments

Comments
 (0)