Is it possible to make a Angular Material Dialog draggable?
I installed angular2-draggable and can of course use the functionality on all other elements.
In case anyone else runs into this, it's actually a noop to use cdkDrag and cdkDragHandle on the same element as is done in the examples here. The relevant GH Issue can be found here: