Skip to main content
menu
close
v21
K
Docs
Tutorials
Playground
Reference
more_horiz
menu
API
Roadmap
Get involved
API Reference
CLI Reference
Error Encyclopedia
Extended Diagnostics
Versioning and releases
Version compatibility
Update guide
Configurations
Migrations
arrow_back
API Reference
Overview
@angular/animations
@angular/animations/browser
@angular/animations/browser/testing
@angular/aria/accordion
@angular/aria/combobox
@angular/aria/grid
@angular/aria/listbox
@angular/aria/menu
@angular/aria/tabs
@angular/aria/toolbar
@angular/aria/tree
@angular/cdk/drag-drop
@angular/cdk/testing
@angular/cdk/testing/protractor
@angular/cdk/testing/selenium-webdriver
@angular/cdk/testing/testbed
@angular/common
@angular/common/http
@angular/common/http/testing
@angular/common/testing
@angular/common/upgrade
@angular/core
@angular/core/rxjs-interop
@angular/core/testing
@angular/elements
@angular/forms
@angular/forms/signals
@angular/forms/signals/compat
@angular/localize
@angular/localize/init
@angular/platform-browser
@angular/platform-browser-dynamic
@angular/platform-browser-dynamic/testing
@angular/platform-browser/animations
@angular/platform-browser/animations/async
@angular/platform-browser/testing
@angular/platform-server
@angular/platform-server/testing
@angular/router
@angular/router/testing
@angular/router/upgrade
@angular/service-worker
@angular/ssr
@angular/ssr/node
@angular/upgrade
@angular/upgrade/static
@angular/upgrade/static/testing
window.ng globals
arrow_back
@angular/cdk/drag-drop
CDK_DRAG_CONFIG
CDK_DRAG_HANDLE
CDK_DRAG_PLACEHOLDER
CDK_DRAG_PREVIEW
CDK_DROP_LIST
CDK_DROP_LIST_GROUP
CdkDrag
CdkDragDrop
CdkDragEnd
CdkDragEnter
CdkDragExit
CdkDragHandle
CdkDragMove
CdkDragPlaceholder
CdkDragPreview
CdkDragRelease
CdkDragSortEvent
CdkDragStart
CdkDropList
CdkDropListGroup
copyArrayItem
createDragRef
createDropListRef
DragAxis
DragConstrainPosition
DragDrop
DragDropConfig
DragDropModule
DragRef
DragRefConfig
DragStartDelay
DropListOrientation
DropListRef
moveItemInArray
Point
PreviewContainer
transferArrayItem
@angular/cdk/drag-drop
Point
interface
code
Point on the page or within an element.
API
interface
Point
{
x
:
number
;
y
:
number
;
}
x
number
y
number
Jump to details