Skip to content

Commit 6ae31fa

Browse files
committed
Re-export Md prefixed classes as deprecated
1 parent a117838 commit 6ae31fa

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
@@ -32,6 +32,9 @@ export * from './projection/projection';
3232
// Platform
3333
export * from './platform/index';
3434

35+
/** @deprecated */
36+
export {Platform as MdPlatform} from './platform/platform';
37+
3538
// Overlay
3639
export {Overlay, OVERLAY_PROVIDERS} from './overlay/overlay';
3740
export {OverlayContainer} from './overlay/overlay-container';
@@ -58,6 +61,9 @@ export {
5861
LIVE_ANNOUNCER_ELEMENT_TOKEN,
5962
} from './a11y/live-announcer';
6063

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

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

7485
// Style

0 commit comments

Comments
 (0)