rpaschoal / ng-chat

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

ng-chat.js:477 ng-chat component couldn't be bootstrapped. #143

Closed shakthi-manai closed 4 years ago

shakthi-manai commented 4 years ago

This issue has been reported earlier but it is closed. So i am raising the issue again.

ng-chat can't be bootstrapped without a ChatAdapter. Please make sure you've provided a ChatAdapter implementation as a parameter of the ng-chat component.

I have tried to use the example as is in my application. except for that the component is not in the app-component class but a subclass called after login.

Ant kind of leads would be helpful

rpaschoal commented 4 years ago

Hi @shakthi-manai ,

In case you haven't, please check these repositories for further guidance:

https://github.com/rpaschoal/ng-chat-netcoreapp https://github.com/rpaschoal/ng-chat-nodejs