vrn-dev / ng6-socket-io

Socket.IO module for Angular 6 and RxjS 6
MIT License
5 stars 11 forks source link

Expecting 2 arguments when using it as Service #4

Open jaymehtasa opened 5 years ago

jaymehtasa commented 5 years ago

When using super, it is expecting 2 arguments.

export class SocketOne extends Socket {
    constructor() {
        super({ url: 'http://url_one:portOne', options: {} });
    }
}

image