Bug
Having the possibility of drag and drop items from one list container to another.
Enable to drag from both list, unenable to move item from list to another list.
By adding ngIf directive on both lists.
Showing a list when it has received items and also if there are any other lists the user to be able to move the items between these lists.
All the versions are listed in the stackbliz example.
I don't have time rn to check why, but I think it is related to TemplateRef.
I searched in the issues I didn't find any related issues so if there is one I am sorry.
It's because the *ngIf turns it into an ng-template. You can work around it by using a string ID instead. We also have https://github.com/angular/material2/pull/13754 coming up which will make it easier to connect drop containers. Closing the issue since there isn't much we can do about it on our end.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
It's because the
*ngIfturns it into anng-template. You can work around it by using a string ID instead. We also have https://github.com/angular/material2/pull/13754 coming up which will make it easier to connect drop containers. Closing the issue since there isn't much we can do about it on our end.