Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ isMatch
Method
isMatch
src/aria/combobox/combobox.spec.ts:1471–1473 ·
view source on GitHub ↗
(node: TreeNode)
Source
from the content-addressed store, hash-verified
1469
}
1470
1471
isMatch(node: TreeNode) {
1472
return
node.name.toLowerCase().includes(this.searchString().toLowerCase());
1473
}
1474
}
1475
1476
const
states = [
Callers
2
ComboboxTreeExample
Class · 0.95
filterTreeNodes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected