MCPcopy Index your code
hub / github.com/angular/components / getTreeMissingMatchingNodeDefError

Function getTreeMissingMatchingNodeDefError

src/cdk/tree/tree-errors.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 * @docs-private
28 */
29export function getTreeMissingMatchingNodeDefError() {
30 return Error(`Could not find a matching node definition for the provided node data.`);
31}
32
33/**
34 * Returns an error to be thrown when there is no tree control.

Callers 1

_getNodeDefMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…