Skip to content

Commit 9bd0a63

Browse files
committed
import switchMap
1 parent ba0d581 commit 9bd0a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/list/selection-list.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import {SPACE} from '../core/keyboard/keycodes';
3131
import {Focusable} from '../core/a11y/focus-key-manager';
3232
import {MdListOption} from './list-option';
3333
import {CanDisable, mixinDisabled} from '../core/common-behaviors/disabled';
34+
import {RxChain, switchMap, first, filter} from '../core/rxjs/index';
3435

3536
export class MdSelectionListBase {}
3637
export const _MdSelectionListMixinBase = mixinDisabled(MdSelectionListBase);

0 commit comments

Comments
 (0)