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 03e90db commit 7b90d62Copy full SHA for 7b90d62
src/lib/sidenav/sidenav.ts
@@ -17,7 +17,7 @@ import {
17
} from '@angular/core';
18
import {CommonModule} from '@angular/common';
19
import {Dir, coerceBooleanProperty, DefaultStyleCompatibilityModeModule} from '../core';
20
-import {A11yModule} from '../core/a11y/index';
+import {A11yModule, A11Y_PROVIDERS} from '../core/a11y/index';
21
import {FocusTrap} from '../core/a11y/focus-trap';
22
23
@@ -470,7 +470,7 @@ export class MdSidenavModule {
470
static forRoot(): ModuleWithProviders {
471
return {
472
ngModule: MdSidenavModule,
473
- providers: []
+ providers: [A11Y_PROVIDERS]
474
};
475
}
476
0 commit comments