Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ itemsQuery
Method
itemsQuery
packages/core/test/render3/reactivity_spec.ts:737–739 ·
view source on GitHub ↗
(result: QueryList<unknown>)
Source
from the content-addressed store, hash-verified
735
736
@ContentChildren(
'item'
)
737
set itemsQuery(result: QueryList<unknown>) {
738
this.items.set(result.toArray());
739
}
740
}
741
742
@Component({
Callers
nothing calls this directly
Calls
2
set
Method · 0.65
toArray
Method · 0.45
Tested by
no test coverage detected