| 1 | import {AfterViewInit, Component, OnInit, ViewChild, ChangeDetectionStrategy} from '@angular/core'; |
| 2 | import {ComponentFixture, fakeAsync, flushMicrotasks, TestBed, tick} from '@angular/core/testing'; |
| 3 | import {MatTable, MatTableDataSource, MatTableModule} from './index'; |
| 4 | import {DataSource} from '@angular/cdk/table'; |
nothing calls this directly
no test coverage detected