We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010b920 commit dd02735Copy full SHA for dd02735
src/cdk/drag-drop/directives/drag-handle.ts
@@ -28,7 +28,7 @@ import {toggleNativeDragInteractions} from '../drag-styling';
28
*/
29
export const CDK_DRAG_HANDLE = new InjectionToken<CdkDragHandle>('CdkDragHandle');
30
31
-/** Handle that can be used to drag and CdkDrag instance. */
+/** Handle that can be used to drag a CdkDrag instance. */
32
@Directive({
33
selector: '[cdkDragHandle]',
34
host: {
0 commit comments