MCPcopy Create free account
hub / github.com/angular/examples /

Class

walk-my-dog/src/app/dog-view.component.ts:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50`]
51})
52export class DogViewComponent implements OnInit {
53 dog$!: Observable<Dog | undefined>;
54
55 constructor(private dogsService: DogsService, private route: ActivatedRoute) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected