Ability to drag widgets added

This commit is contained in:
Piotr Pekala
2019-10-22 06:15:53 -07:00
parent 3d3983926b
commit b17fcd251b
5 changed files with 78 additions and 0 deletions

View File

@ -243,6 +243,7 @@ import { LockActionComponent } from './components/project-map/context-menu/actio
import { NavigationDialogComponent } from './components/projects/navigation-dialog/navigation-dialog.component';
import { ScreenshotDialogComponent } from './components/project-map/screenshot-dialog/screenshot-dialog.component';
import { ResizableModule } from 'angular-resizable-element';
import { DragAndDropModule } from 'angular-draggable-droppable';
if (environment.production) {
Raven.config('https://b2b1cfd9b043491eb6b566fd8acee358@sentry.io/842726', {
@ -427,6 +428,7 @@ if (environment.production) {
FileUploadModule,
MatSidenavModule,
ResizableModule,
DragAndDropModule,
MATERIAL_IMPORTS
],
providers: [

View File

@ -1,4 +1,5 @@
<div
mwlDraggable
class="consoleWrapper"
[ngStyle]="style"
mwlResizable

View File

@ -1,4 +1,5 @@
<div
mwlDraggable
class="summaryWrapper"
*ngIf="projectsStatistics"
[ngStyle]="style"