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

Method setTransform

src/cdk/drag-drop/preview-ref.ts:79–81  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

77 }
78
79 setTransform(value: string): void {
80 this._preview.style.transform = value;
81 }
82
83 getBoundingClientRect(): DOMRect {
84 return this._preview.getBoundingClientRect();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected