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

Method _navigate

src/aria/private/tabs/tabs.ts:291–296  ·  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

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

Callers 1

TabListPatternClass · 0.95

Calls 1

openMethod · 0.95

Tested by

no test coverage detected