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 f15619c commit 2c8faf6Copy full SHA for 2c8faf6
src/lib/core/a11y/focus-trap.ts
@@ -10,6 +10,7 @@ import {
10
import {InteractivityChecker} from './interactivity-checker';
11
import {coerceBooleanProperty} from '../coercion/boolean-property';
12
13
+import 'rxjs/add/operator/first';
14
15
/**
16
* Class that allows for trapping focus within a DOM element.
0 commit comments