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