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

Function getTreeNoValidDataSourceError

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

Source from the content-addressed store, hash-verified

11 * @docs-private
12 */
13export function getTreeNoValidDataSourceError() {
14 return Error(`A valid data source must be provided.`);
15}
16
17/**
18 * Returns an error to be thrown when there are multiple nodes that are missing a when function.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…