MCPcopy Create free account
hub / github.com/angular/components / _emitExpansionState

Method _emitExpansionState

src/cdk/tree/tree.ts:1488–1490  ·  view source on GitHub ↗
(expanded: boolean)

Source from the content-addressed store, hash-verified

1486 }
1487
1488 _emitExpansionState(expanded: boolean) {
1489 this.expandedChange.emit(expanded);
1490 }
1491}
1492
1493function getParentNodeAriaLevel(nodeElement: HTMLElement): number {

Callers 1

_emitExpansionChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected