MCPcopy
hub / github.com/angular/components / getBoundingClientRect

Method getBoundingClientRect

src/cdk/drag-drop/preview-ref.ts:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 getBoundingClientRect(): DOMRect {
84 return this._preview.getBoundingClientRect();
85 }
86
87 addClass(className: string): void {
88 this._preview.classList.add(className);

Callers 15

_sizeConfigForCellsMethod · 0.80
onBeforeToggleMethod · 0.80
_isTooltipMultilineMethod · 0.80
tooltip.spec.tsFile · 0.80
getDimensionFunction · 0.80
getComputedLeftFunction · 0.80
fadeInRippleMethod · 0.80
ripple.spec.tsFile · 0.80
menu.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by 11

getDimensionFunction · 0.64
getComputedLeftFunction · 0.64
overlayRectMethod · 0.64
triggerRectMethod · 0.64
getCoordsForValueFunction · 0.64
tryDragFunction · 0.64
assertStartToEndSortingFunction · 0.64
assertEndToStartSortingFunction · 0.64
expectOverlappingFunction · 0.64
runSimplePositionTestsFunction · 0.64