Skip to content

Commit

Permalink
Update app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bougarfaoui El houcine authored Jun 7, 2017
1 parent 7e42caf commit 16848e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat-app/public/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { SocketIoModule, SocketIoConfig } from 'ng2-socket-io';
import { SocketIoModule, SocketIoConfig } from 'ng-socket-io';
import { ChatComponent } from './chat.component';

const config: SocketIoConfig = { url: 'http://localhost:8988', options: {} };
Expand Down

0 comments on commit 16848e6

Please sign in to comment.