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 982cdaa commit 3f4734cCopy full SHA for 3f4734c
src/lib/core/a11y/index.ts
@@ -3,10 +3,6 @@ import {FocusTrap} from './focus-trap';
3
import {MdLiveAnnouncer} from './live-announcer';
4
import {InteractivityChecker} from './interactivity-checker';
5
6
-export {FocusTrap} from './focus-trap';
7
-export {MdLiveAnnouncer} from './live-announcer';
8
-export {InteractivityChecker} from './interactivity-checker';
9
-
10
export const A11Y_PROVIDERS = [MdLiveAnnouncer, InteractivityChecker];
11
12
@NgModule({
0 commit comments