Skip to content

Commit c8ffc50

Browse files
committed
Re-export Md prefixed classes as deprecated
1 parent cfd9ba9 commit c8ffc50

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
@@ -34,6 +34,9 @@ export * from './platform/platform';
3434
export * from './platform/features';
3535
export {PlatformModule} from './platform/index';
3636

37+
/** @deprecated */
38+
export {Platform as MdPlatform} from './platform/platform';
39+
3740
// Overlay
3841
export {Overlay, OVERLAY_PROVIDERS} from './overlay/overlay';
3942
export {OverlayContainer} from './overlay/overlay-container';
@@ -60,6 +63,9 @@ export {
6063
LIVE_ANNOUNCER_ELEMENT_TOKEN,
6164
} from './a11y/live-announcer';
6265

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

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

7687
// Style

0 commit comments

Comments
 (0)