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

Method _getNodeOutlet

src/cdk/tree/nested-node.ts:102–108  ·  view source on GitHub ↗

Gets the outlet for the current node.

()

Source from the content-addressed store, hash-verified

100
101 /** Gets the outlet for the current node. */
102 private _getNodeOutlet() {
103 const outlets = this.nodeOutlet;
104
105 // Note that since we use `descendants: true` on the query, we have to ensure
106 // that we don't pick up the outlet of a child node by accident.
107 return outlets && outlets.find(outlet => !outlet._node || outlet._node === this);
108 }
109}

Callers 2

updateChildrenNodesMethod · 0.95
_clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected