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