'Angular material drag and drop for multi level nested data

I have few columns and each column have few small sections which have some fields in it. enter image description here

I need to apply angular material drag and drop to this, so then, I should be able to move the Groups within the column also should be able to move the groups across the column Move fields within the groups (order of the fields will be changed) Move field across the groups( so field from group 2 can go inside the group 1 or group 4)

I'm struggling to achieve this.

Here is the link for the sample I have created

https://stackblitz.com/edit/nested-connected-lists-gtckyc?file=app/cdk-drag-drop-connected-sorting-group-example.ts



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source