| 1 | import {createKeyboardEvent, dispatchEvent, dispatchMouseEvent} from '@angular/cdk/testing/private'; |
| 2 | import {DOWN_ARROW, LEFT_ARROW, RIGHT_ARROW, UP_ARROW} from '@angular/cdk/keycodes'; |
| 3 | import { |
| 4 | Component, |
nothing calls this directly
no test coverage detected