Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_applyPreviewTransform
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected