Skip to content

Commit 9cc994b

Browse files
committed
add import for rxjs first operator
1 parent 5a36fe7 commit 9cc994b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/sidenav/sidenav.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ import {
1313
EventEmitter,
1414
Renderer,
1515
ViewEncapsulation,
16-
ViewChild, NgZone
16+
ViewChild,
17+
NgZone
1718
} from '@angular/core';
1819
import {CommonModule} from '@angular/common';
1920
import {Dir, MdError, coerceBooleanProperty, CompatibilityModule} from '../core';
2021
import {A11yModule} from '../core/a11y/index';
2122
import {FocusTrap} from '../core/a11y/focus-trap';
2223
import {ESCAPE} from '../core/keyboard/keycodes';
2324
import {OverlayModule} from '../core/overlay/overlay-directives';
25+
import 'rxjs/add/operator/first';
2426

2527

2628
/** Exception thrown when two MdSidenav are matching the same side. */

0 commit comments

Comments
 (0)