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