Reputation: 19
I've tried to resize an element with Angular CDK Drag and Drop, but I can't get it.
Somebody can help me? What do I need to do to achieve this result? I'm building a template similar to a report, where I can drag and drop fields inside the DIV HTML. But CDK D&D I can't get it to resize the component.
Upvotes: 0
Views: 671
Reputation: 2525
I have tried those functionalities last year with angular 8 You can find example projects here. https://github.com/PushpikaWan/angular-drag-drop-rearrange
There are different mechanisms in different branches
Upvotes: 0