We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f793e commit e65fef7Copy full SHA for e65fef7
src/lib/core/core.ts
@@ -4,9 +4,8 @@ import {RtlModule} from './rtl/dir';
4
import {MdRippleModule} from './ripple/ripple';
5
import {PortalModule} from './portal/portal-directives';
6
import {OverlayModule} from './overlay/overlay-directives';
7
-import {A11yModule, A11Y_PROVIDERS, MdLiveAnnouncer, InteractivityChecker} from './a11y/index';
+import {A11yModule, A11Y_PROVIDERS} from './a11y/index';
8
import {OVERLAY_PROVIDERS} from './overlay/overlay';
9
-import {MdUniqueSelectionDispatcher} from './coordination/unique-selection-dispatcher';
10
11
12
// RTL
0 commit comments