| 12 | styleUrls: ['app.component.scss'], |
| 13 | }) |
| 14 | export class AppComponent implements OnInit { |
| 15 | constructor(public auth: AuthService, private ngZone: NgZone) {} |
| 16 | |
| 17 | ngOnInit(): void { |
nothing calls this directly
no outgoing calls
no test coverage detected