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.
But because
in your module, import the cdk drag
import { DragDropModule } from '@angular/cdk/drag-drop';
and in html where dialog is for example, just add to any html element. i have added to first element and then i can drag the dialog anywhere i pick.
content...