MCPcopy Create free account
hub / github.com/angular/angular / itemsQuery

Method itemsQuery

packages/core/test/render3/reactivity_spec.ts:734–736  ·  view source on GitHub ↗
(result: QueryList<unknown>)

Source from the content-addressed store, hash-verified

732
733 @ContentChildren('item')
734 set itemsQuery(result: QueryList<unknown>) {
735 this.items.set(result.toArray());
736 }
737 }
738
739 @Component({

Callers

nothing calls this directly

Calls 2

setMethod · 0.65
toArrayMethod · 0.45

Tested by

no test coverage detected