Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ getMultipleTreeControlsError
Function
getMultipleTreeControlsError
src/cdk/tree/tree-errors.ts:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
* @docs-private
45
*/
46
export
function
getMultipleTreeControlsError() {
47
return
Error(`More than one of tree control, levelAccessor, or childrenAccessor were provided.`);
48
}
Callers
1
_checkTreeControlUsage
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected