Can we drag and drop md-list item or md-cards in angular material design
Can we drag and drop md-list item or md-cards in angular material design using jQuery or other framework? I can give a partial answer to this. It is not recommended to add jQuery to an Angular project. Angular is controller-centric while jQuery is focused on manipulating the DOM. They are really different approaches, and while you could possibly get something to work using jQuery and Angular together--it would tend to be a fragile and overly complex solution. The same holds for Angular Material. It's not a great basis for jQuery operations. That having been said, see also my comment on your