You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cdk/drag-drop): incorrect type DragConstrainPosition (#30510)
* fix(cdk/drag-drop): incorrect type DragConstrainPosition
Fixes type DragConstrainPosition, which of сorrect configuration of CdkDrag is not possible when using in providers
Fixes#30509
* fix(cdk/drag-drop): change type in CdkDrag for input cdkDragConstrainPosition
Impot the type from the configuration CdkDrag for input cdkDragConstrainPosition, which leads to type safety.
* fix(cdk/drag-drop): change type in CdkRef for property constrainPosition
Impot the type from the configuration CdkRef for property constrainPosition, which leads to type safety.
* fix(cdk/drag-drop): move type DragConstrainPosition in DragRef
fix circular dependency
* fix(cdk/drag-drop): added type DragConstrainPosition in public api
DragConstrainPosition type should be in the documentation
0 commit comments