rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

error TS2307: Cannot find module 'my-adapter' #59

Closed aaithu-pk closed 6 years ago

rpaschoal commented 6 years ago

Hi @aaithu-pk ,

Would you mind providing more details on your question/error?

Please follow the troubleshooting guidelines that can be found on the main README.

aaithu-pk commented 6 years ago

Just I want to know how to write myadapter

rpaschoal commented 6 years ago

Hi @aaithu-pk , have you read the README? There is a thorough walk-through on that written there.

If you can provide more details or even the code you're working around with, perhaps I can help you more with that.

Have a look at this as well, a NodeJS sample chat application with ng-chat and socket.io: https://github.com/rpaschoal/ng-chat-nodejs

Cheers!