Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ throwMissingMenuReference
Function
throwMissingMenuReference
src/cdk/menu/menu-errors.ts:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
* @docs-private
20
*/
21
export
function
throwMissingMenuReference() {
22
throw Error(
'expected a reference to the parent menu'
);
23
}
Callers
1
_checkConfigured
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected