Skip to content

Commit

Permalink
Update chat.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bougarfaoui El houcine authored Jun 7, 2017
1 parent 16848e6 commit 40f4af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/chat-app/public/src/app/chat.service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs/Observable'
import 'rxjs/add/operator/map';
import { Socket } from 'ng2-socket-io';
import { Socket } from 'ng-socket-io';

@Injectable()
export class ChatService {
Expand All @@ -18,4 +18,4 @@ export class ChatService {
this.socket
.emit("msg", msg);
}
}
}

0 comments on commit 40f4af8

Please sign in to comment.