Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/examples
/ DogsListCardComponent
Class
DogsListCardComponent
walk-my-dog/src/app/dogs-list-card.component.ts:56–65 ·
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
60
constructor() { }
61
62
ngOnInit(): void {
63
}
64
65
}
Callers
nothing calls this directly
Calls
1
Input
Interface · 0.85
Tested by
no test coverage detected