You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/06/01 21:09:50 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-154]: Remove duplicated websocket configuration from data explorer module

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new cd294e8  [STREAMPIPES-154]: Remove duplicated websocket configuration from data explorer module
     new c0a1c3e  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
cd294e8 is described below

commit cd294e89e5921c37d75e6beeae2ee1c06c32e5d4
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Mon Jun 1 23:09:21 2020 +0200

    [STREAMPIPES-154]: Remove duplicated websocket configuration from data explorer module
---
 ui/src/app/data-explorer-v2/data-explorer-v2.module.ts | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/ui/src/app/data-explorer-v2/data-explorer-v2.module.ts b/ui/src/app/data-explorer-v2/data-explorer-v2.module.ts
index f965ce6..91ec75f 100644
--- a/ui/src/app/data-explorer-v2/data-explorer-v2.module.ts
+++ b/ui/src/app/data-explorer-v2/data-explorer-v2.module.ts
@@ -30,7 +30,6 @@ import { MatSliderModule } from '@angular/material/slider';
 import { MatSnackBarModule } from '@angular/material/snack-bar';
 import { MatTabsModule } from '@angular/material/tabs';
 import { OWL_DATE_TIME_FORMATS, OwlDateTimeModule, OwlNativeDateTimeModule } from '@danielmoncada/angular-datetime-picker';
-import { InjectableRxStompConfig, RxStompService, rxStompServiceFactory } from '@stomp/ng2-stompjs';
 import { NgxChartsModule } from '@swimlane/ngx-charts';
 import { GridsterModule } from 'angular-gridster2';
 import { PlotlyViaWindowModule } from 'angular-plotly.js';
@@ -139,14 +138,6 @@ export const MY_NATIVE_FORMATS = {
     },
     ElementIconText,
     {
-      provide: InjectableRxStompConfig
-    },
-    {
-      provide: RxStompService,
-      useFactory: rxStompServiceFactory,
-      deps: [InjectableRxStompConfig]
-    },
-    {
       provide: OWL_DATE_TIME_FORMATS, useValue: MY_NATIVE_FORMATS
     }
   ],