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 { ScreenshotDialogComponent } from './components/project-map/screenshot-dialog/screenshot-dialog.component';
import { ResizableModule } from 'angular-resizable-element'; import { ResizableModule } from 'angular-resizable-element';
import { DragAndDropModule } from 'angular-draggable-droppable'; import { DragAndDropModule } from 'angular-draggable-droppable';
import { DragDropModule } from '@angular/cdk/drag-drop';
if (environment.production) { if (environment.production) {
Raven.config('https://b2b1cfd9b043491eb6b566fd8acee358@sentry.io/842726', { Raven.config('https://b2b1cfd9b043491eb6b566fd8acee358@sentry.io/842726', {
@ -429,6 +430,7 @@ if (environment.production) {
MatSidenavModule, MatSidenavModule,
ResizableModule, ResizableModule,
DragAndDropModule, DragAndDropModule,
DragDropModule,
MATERIAL_IMPORTS MATERIAL_IMPORTS
], ],
providers: [ providers: [

View File

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