File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ export * from './platform/platform';
3434export * from './platform/features' ;
3535export { PlatformModule } from './platform/index' ;
3636
37+ /** @deprecated */
38+ export { Platform as MdPlatform } from './platform/platform' ;
39+
3740// Overlay
3841export { Overlay , OVERLAY_PROVIDERS } from './overlay/overlay' ;
3942export { 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+
6369export { FocusTrap } from './a11y/focus-trap' ;
6470export { InteractivityChecker } from './a11y/interactivity-checker' ;
6571export { 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+
7485export { MdLineModule , MdLine , MdLineSetter } from './line/line' ;
7586
7687// Style
You can’t perform that action at this time.
0 commit comments