Skip to content

Commit 28e19a7

Browse files
crisbetoandrewseguin
authored andcommitted
chore: wrong name for drag&drop input (#13513)
Fixes a typo in the name for the `cdkDragEnterPredicate` input.
1 parent 8428868 commit 28e19a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/drag-drop/drop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class CdkDrop<T = any> implements OnInit, OnDestroy {
8080
* Function that is used to determine whether an item
8181
* is allowed to be moved into a drop container.
8282
*/
83-
@Input('cdkDropEnterPredication')
83+
@Input('cdkDropEnterPredicate')
8484
enterPredicate: (drag?: CdkDrag, drop?: CdkDrop) => boolean = () => true
8585

8686
/** Emits when the user drops an item inside the container. */

0 commit comments

Comments
 (0)