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 +}