I am trying to create resizable div containers and also they are dragable. I used Angular material Drag and Drop and angular resizable element Here is workaround https://stackblitz.com/edit/angular-syurbs?embed=1&file=src/polyfills.ts But when I apply both, I can drag but I can't resize. https://stackblitz.com/edit/angular-41rqyo?file=src/app/app.component.html How can I achieve both in one? Continue reading...