diff --git a/package.json b/package.json index 18af0055..40e43a6f 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "@angular/platform-browser": "^8.2.11", "@angular/platform-browser-dynamic": "^8.2.11", "@angular/router": "^8.2.11", + "angular-draggable-droppable": "^4.3.8", "angular-persistence": "^1.0.1", "angular-resizable-element": "^3.2.6", "angular2-draggable": "^2.3.2", diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 419f3aef..7f99791d 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -243,6 +243,8 @@ 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'; +import { DragDropModule } from '@angular/cdk/drag-drop'; if (environment.production) { Raven.config('https://b2b1cfd9b043491eb6b566fd8acee358@sentry.io/842726', { @@ -427,6 +429,8 @@ if (environment.production) { FileUploadModule, MatSidenavModule, ResizableModule, + DragAndDropModule, + DragDropModule, MATERIAL_IMPORTS ], providers: [ diff --git a/src/app/components/project-map/log-console/log-console.component.html b/src/app/components/project-map/log-console/log-console.component.html index ac93623b..122310c1 100644 --- a/src/app/components/project-map/log-console/log-console.component.html +++ b/src/app/components/project-map/log-console/log-console.component.html @@ -1,10 +1,17 @@ +