Is there a way to style a restricted area once a cdkDrag is made to show the Users that they can not make a cdkDrop in that zone and then the styling is removed when the cdkDrop is made in the non-restricted area
I tried to make the restricted area [cdkDropListDisabled]= "true" and then style the .cdk-drop-list-disabled{} but this doesn't give the desired result because it styles the restricted area even before any cdkDrag Event. The desired result is that the restricted area is dynamically styled upon cdkDrag and styling is removed after cdkDrop