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

Method _navigate

src/aria/private/tabs/tabs.ts:290–295  ·  view source on GitHub ↗

Executes a navigation operation and expand the active tab if needed.

(op: () => boolean, shouldExpand: boolean = false)

Source from the content-addressed store, hash-verified

288
289 /** Executes a navigation operation and expand the active tab if needed. */
290 private _navigate(op: () => boolean, shouldExpand: boolean = false): void {
291 const success = op();
292 if (success && shouldExpand) {
293 this.open();
294 }
295 }
296
297 /** Returns the tab item associated with the given pointer event. */
298 private _getItem(e: PointerEvent) {

Callers 1

TabListPatternClass · 0.95

Calls 1

openMethod · 0.95

Tested by

no test coverage detected