How to provide mixed orientation to Angular Material drag e drop v10

Viewed 875

I am using Material drag e drop they don't allow the mixed-orientation of the drag e drop so to use it with both directions I use this workaround.

But in the last release, they removed CdkDropList.enter method.

So now how can I achieve the same result as before?

1 Answers
Related