| 50 | `] |
| 51 | }) |
| 52 | export class DogViewComponent implements OnInit { |
| 53 | dog$!: Observable<Dog | undefined>; |
| 54 | |
| 55 | constructor(private dogsService: DogsService, private route: ActivatedRoute) { } |
nothing calls this directly
no outgoing calls
no test coverage detected