Skip to content

Commit

Permalink
fix(focus-trap): import rxjs first operator (#4400)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion authored and kara committed May 11, 2017
1 parent f15619c commit 2c8faf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/core/a11y/focus-trap.ts
Expand Up @@ -10,6 +10,7 @@ import {
import {InteractivityChecker} from './interactivity-checker';
import {coerceBooleanProperty} from '../coercion/boolean-property';

import 'rxjs/add/operator/first';

/**
* Class that allows for trapping focus within a DOM element.
Expand Down

0 comments on commit 2c8faf6

Please sign in to comment.