Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ destroy
Method
destroy
src/cdk/drag-drop/preview-ref.ts:73–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
destroy(): void {
74
this._preview.remove();
75
this._previewEmbeddedView?.destroy();
76
this._preview = this._previewEmbeddedView = null!;
77
}
78
79
setTransform(value: string): void {
80
this._preview.style.transform = value;
Callers
nothing calls this directly
Calls
2
remove
Method · 0.65
destroy
Method · 0.65
Tested by
no test coverage detected