Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ getItemById
Method
getItemById
docs/src/app/shared/guide-items/guide-items.ts:76–78 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
74
}
75
76
getItemById(id: string): GuideItem | undefined {
77
return
GUIDES.find(i => i.id === id);
78
}
79
}
Callers
4
constructor
Method · 0.45
guide-viewer.spec.ts
File · 0.45
constructor
Method · 0.45
guide-items.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected