From 40f4af8d7dfe0b7c3591607ef6802cd12ddbe189 Mon Sep 17 00:00:00 2001 From: Bougarfaoui El houcine Date: Wed, 7 Jun 2017 21:50:35 +0000 Subject: [PATCH] Update chat.service.ts --- examples/chat-app/public/src/app/chat.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chat-app/public/src/app/chat.service.ts b/examples/chat-app/public/src/app/chat.service.ts index 95740db..7562fc8 100644 --- a/examples/chat-app/public/src/app/chat.service.ts +++ b/examples/chat-app/public/src/app/chat.service.ts @@ -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 { @@ -18,4 +18,4 @@ export class ChatService { this.socket .emit("msg", msg); } -} \ No newline at end of file +}