Another approach for topology summary widget

This commit is contained in:
Piotr Pekala 2019-10-22 07:06:02 -07:00
parent b17fcd251b
commit 761e1a62ce
2 changed files with 3 additions and 1 deletions

View File

@ -244,6 +244,7 @@ import { NavigationDialogComponent } from './components/projects/navigation-dial
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', {
@ -429,6 +430,7 @@ if (environment.production) {
MatSidenavModule,
ResizableModule,
DragAndDropModule,
DragDropModule,
MATERIAL_IMPORTS
],
providers: [

View File

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