| 1 | import {Component, ElementRef, Type, ViewChild, ChangeDetectionStrategy} from '@angular/core'; |
| 2 | import {ComponentFixture, TestBed} from '@angular/core/testing'; |
| 3 | import {FormControl, ReactiveFormsModule} from '@angular/forms'; |
| 4 | import {MATERIAL_ANIMATIONS, provideNativeDateAdapter} from '../core'; |
nothing calls this directly
no test coverage detected