| 1 | import {Direction} from '../bidi'; |
| 2 | import {CdkScrollable, ScrollingModule} from '../scrolling'; |
| 3 | import {Component, ElementRef, Input, ViewChild, ChangeDetectionStrategy} from '@angular/core'; |
| 4 | import {ComponentFixture, TestBed} from '@angular/core/testing'; |
nothing calls this directly
no test coverage detected