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

Method constructor

walk-my-dog/src/app/dogs-list.component.ts:44–44  ·  view source on GitHub ↗
(readonly dogsService: DogsService)

Source from the content-addressed store, hash-verified

42export class DogsListComponent implements OnInit {
43
44 constructor(readonly dogsService: DogsService) { }
45
46 ngOnInit(): void {
47 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected