Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
update
Method · 0.65
filter
Method · 0.45
Tested by
no test coverage detected