Skip to content

Commit

Permalink
Removed @Injectable decorator to resolve warning message for Angular 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Gonzalez committed Nov 6, 2017
1 parent 65dabc5 commit d312e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/socket-io.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as io from 'socket.io-client';
import { SocketIoConfig } from './config/socket-io.config';
import { SOCKET_CONFIG_TOKEN } from './socket-io.module';

@Injectable()
export class WrappedSocket {
subscribersCounter : number = 0;
ioSocket: any;
Expand Down

0 comments on commit d312e10

Please sign in to comment.