MCPcopy
hub / github.com/angular/angular / update

Method update

packages/core/test/render3/list_reconciliation_spec.ts:14–14  ·  view source on GitHub ↗
(item: T, index: number, value: V)

Source from the content-addressed store, hash-verified

12interface ItemAdapter<T, V> {
13 create(index: number, value: V): T;
14 update(item: T, index: number, value: V): void;
15 unwrap(item: T): V;
16}
17

Callers 15

ngDoCheckMethod · 0.65
resource_spec.tsFile · 0.65
CmpClass · 0.65
reactivity_spec.tsFile · 0.65
updateValueMethod · 0.65
watch_spec.tsFile · 0.65
signal_spec.tsFile · 0.65
slideInMethod · 0.65

Implementers 2

NoopItemFactorypackages/core/test/render3/list_reconc
RepeaterLikeItemFactorypackages/core/test/render3/list_reconc

Calls

no outgoing calls

Tested by

no test coverage detected