Skip to content

Commit 2c8faf6

Browse files
devversionkara
authored andcommitted
fix(focus-trap): import rxjs first operator (#4400)
1 parent f15619c commit 2c8faf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/core/a11y/focus-trap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
import {InteractivityChecker} from './interactivity-checker';
1111
import {coerceBooleanProperty} from '../coercion/boolean-property';
1212

13+
import 'rxjs/add/operator/first';
1314

1415
/**
1516
* Class that allows for trapping focus within a DOM element.

0 commit comments

Comments
 (0)