mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-29 23:16:51 +00:00
Adds websocket service
Adds RXJS for websocket use
This commit is contained in:
@@ -14,16 +14,20 @@ import { HomeComponent } from './pages/home/home.component';
|
||||
import { AboutComponent } from './pages/about/about.component';
|
||||
|
||||
import { AppRoutingModule } from './app-routing.module';
|
||||
import { WebsocketService } from './services/websocket/websocket.service';
|
||||
|
||||
import { ElectronService } from './providers/electron.service';
|
||||
import { NavbarComponent } from './shared/navbar/navbar.component';
|
||||
import * as Rx from 'rxjs/Rx';
|
||||
import {Injectable} from '@angular/core';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
AppComponent,
|
||||
HomeComponent,
|
||||
AboutComponent,
|
||||
NavbarComponent
|
||||
NavbarComponent,
|
||||
WebsocketService
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
||||
Reference in New Issue
Block a user