MCPcopy 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
1476const states = [

Callers 2

ComboboxTreeExampleClass · 0.95
filterTreeNodesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected