MCPcopy
hub / github.com/angular/components / removeItem

Method removeItem

src/aria/combobox/combobox.spec.ts:1580–1582  ·  view source on GitHub ↗
(itemToRemove: string)

Source from the content-addressed store, hash-verified

1578 }
1579
1580 removeItem(itemToRemove: string) {
1581 this.items.update(items => items.filter(item => item !== itemToRemove));
1582 }
1583}
1584
1585@Component({

Callers

nothing calls this directly

Calls 2

updateMethod · 0.65
filterMethod · 0.45

Tested by

no test coverage detected