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

Class

walk-my-dog/src/app/dogs.service.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20@Injectable({ providedIn: 'root' })
21export class DogsService {
22 dogs: Dog[] = [
23 {
24 name: 'Robbie',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected