Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/examples
/
Class
walk-my-dog/src/app/dogs-list-card.component.ts:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
`]
55
})
56
export
class
DogsListCardComponent implements OnInit {
57
@Input() dog!: Dog;
58
@Input() index!: Number;
59
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected