You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two component for example
one.ts
tasks[]
tasks ={"A","B"}
two.ts
tasks[]
when I drop one element i.e A from one.ts to two.ts it should remove from one.ts and vice versa.
The text was updated successfully, but these errors were encountered:
@therahuls1ngh you will have to manually remove/add the items. You will also need to apply both droppable and draggable directives on elements. This is something that is currently buggy. See #13
Once this is fixed I will try to setup a plunkr demo.
I have two component for example
one.ts
tasks[]
tasks ={"A","B"}
two.ts
tasks[]
when I drop one element i.e A from one.ts to two.ts it should remove from one.ts and vice versa.
The text was updated successfully, but these errors were encountered: