MCPcopy
hub / github.com/angular/angular / itemsQuery

Method itemsQuery

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

Source from the content-addressed store, hash-verified

654
655 @ContentChildren('item')
656 set itemsQuery(result: QueryList<unknown>) {
657 this.items.set(result.toArray());
658 }
659 }
660
661 @Component({

Callers

nothing calls this directly

Calls 2

setMethod · 0.65
toArrayMethod · 0.45

Tested by

no test coverage detected