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 bacdc85 commit 96d914dCopy full SHA for 96d914d
src/cdk/testing/test-element.ts
@@ -6,8 +6,8 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
-import {ModifierKeys} from '@angular/cdk/testing';
10
import {ElementDimensions} from './element-dimensions';
+import {ModifierKeys} from './event-objects';
11
12
/** An enum of non-text keys that can be used with the `sendKeys` method. */
13
// NOTE: This is a separate enum from `@angular/cdk/keycodes` because we don't necessarily want to
0 commit comments