| 1 | import {provideZoneChangeDetection} from '@angular/core'; |
| 2 | import {bootstrapApplication, provideProtractorTestingSupport} from '@angular/platform-browser'; |
| 3 | |
| 4 | import {AppComponent} from './app/app.component'; |
nothing calls this directly
no test coverage detected