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

Method length

src/cdk/menu/menu-stack.ts:183–185  ·  view source on GitHub ↗

Return the length of the stack.

()

Source from the content-addressed store, hash-verified

181
182 /** Return the length of the stack. */
183 length() {
184 return this._elements.length;
185 }
186
187 /** Get the top most element on the stack. */
188 peek(): MenuStackItem | undefined {

Callers 3

_backArrowPressedMethod · 0.45
menu-stack.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected