Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ removeItem
Method
removeItem
src/aria/combobox/combobox.spec.ts:1629–1631 ·
view source on GitHub ↗
(itemToRemove: string)
Source
from the content-addressed store, hash-verified
1627
}
1628
1629
removeItem(itemToRemove: string) {
1630
this.items.update(items => items.filter(item => item !== itemToRemove));
1631
}
1632
}
1633
1634
@Component({
Callers
nothing calls this directly
Calls
2
update
Method · 0.65
filter
Method · 0.45
Tested by
no test coverage detected