Angular2-RxJS-Socket.io-chat-application icon indicating copy to clipboard operation
Angular2-RxJS-Socket.io-chat-application copied to clipboard

Results 1 Angular2-RxJS-Socket.io-chat-application issues
Sort by recently updated
recently updated
newest added

Hi, I reused part of your code from https://github.com/enaukkarinen/Angular2-RxJS-Socket.io-chat-application/blob/master/src/app/components/messaging/message.service.ts ` newMessage: Subject = new BehaviorSubject(null); ``` this.newMessage.next(new Message(JSON.parse(msg))); ``` ` But I got one error saying > Supplied parameters do...