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

Method getViewLength

src/material/tabs/tab-header.spec.ts:738–740  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

736 }
737
738 getViewLength() {
739 return this.tabHeader._tabListContainer.nativeElement.offsetWidth;
740 }
741
742 getSelectedLabel(index: number) {
743 return this.tabHeader._items.toArray()[this.tabHeader.focusIndex].elementRef.nativeElement;

Callers 1

tab-header.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected