File tree 1 file changed +11
-0
lines changed
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';
34
34
export * from './platform/features' ;
35
35
export { PlatformModule } from './platform/index' ;
36
36
37
+ /** @deprecated */
38
+ export { Platform as MdPlatform } from './platform/platform' ;
39
+
37
40
// Overlay
38
41
export { Overlay , OVERLAY_PROVIDERS } from './overlay/overlay' ;
39
42
export { OverlayContainer } from './overlay/overlay-container' ;
@@ -60,6 +63,9 @@ export {
60
63
LIVE_ANNOUNCER_ELEMENT_TOKEN ,
61
64
} from './a11y/live-announcer' ;
62
65
66
+ /** @deprecated */
67
+ export { LiveAnnouncer as MdLiveAnnouncer } from './a11y/live-announcer' ;
68
+
63
69
export { FocusTrap } from './a11y/focus-trap' ;
64
70
export { InteractivityChecker } from './a11y/interactivity-checker' ;
65
71
export { isFakeMousedownFromScreenReader } from './a11y/fake-mousedown' ;
@@ -71,6 +77,11 @@ export {
71
77
UniqueSelectionDispatcherListener
72
78
} from './coordination/unique-selection-dispatcher' ;
73
79
80
+ /** @deprecated */
81
+ export {
82
+ UniqueSelectionDispatcher as MdUniqueSelectionDispatcher
83
+ } from './coordination/unique-selection-dispatcher' ;
84
+
74
85
export { MdLineModule , MdLine , MdLineSetter } from './line/line' ;
75
86
76
87
// Style
You can’t perform that action at this time.
0 commit comments