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 8428868 commit 28e19a7Copy full SHA for 28e19a7
src/cdk/drag-drop/drop.ts
@@ -80,7 +80,7 @@ export class CdkDrop<T = any> implements OnInit, OnDestroy {
80
* Function that is used to determine whether an item
81
* is allowed to be moved into a drop container.
82
*/
83
- @Input('cdkDropEnterPredication')
+ @Input('cdkDropEnterPredicate')
84
enterPredicate: (drag?: CdkDrag, drop?: CdkDrop) => boolean = () => true
85
86
/** Emits when the user drops an item inside the container. */
0 commit comments