MCPcopy 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

setMethod · 0.65
toArrayMethod · 0.45

Tested by

no test coverage detected