I combined this drag & drop demo with some external draggable elements. As you can see in the Stackblitz example, those external draggable elements are not able to be dropped into the major dropzone or even as a child inside. I´m new in Angular and tried several steps that ended in no result. First I think my draggable-elements need to be registered in the Array "allDropListsIds"...
Edit: The "onDragDrop"-function is not even fired, therefor I think the dropped-Element is not registered, because a placement as child hovers no green Dropcolor. You can try dragging around some existing elements.
It may be also an issue of the template as [connectedDropListsIds], [cdkDropListConnectedTo] may be used wrong.
It would be nice if anybody could give me some hints.
Regards, Dom