MCPcopy 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

constructorMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected