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 68ef6eb commit a6325a6Copy full SHA for a6325a6
src/lib/sidenav/sidenav.spec.ts
@@ -3,7 +3,7 @@ import {Component} from '@angular/core';
3
import {By} from '@angular/platform-browser';
4
import {MdSidenav, MdSidenavModule, MdSidenavToggleResult} from './sidenav';
5
import {A11yModule} from '../core/a11y/index';
6
-import {PlatformModule} from '../core/platform/platform';
+import {PlatformModule} from '../core/platform/index';
7
import {ESCAPE} from '../core/keyboard/keycodes';
8
9
0 commit comments